Skip to content

Commit 105f255

Browse files
author
Vinit Kumar
committed
feat: update to python 3.13 stable
1 parent 1c87cb8 commit 105f255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5.2.0
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.13"
2020
cache: 'pip'
2121
- run: |
2222
python -m pip install --upgrade pip
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5.2.0
3838
with:
39-
python-version: '3.12'
39+
python-version: '3.13'
4040
cache: 'pip'
4141
- run: pip install --upgrade mypy types-requests types-urllib3
4242
- name: mypy

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13.0-rc.2']
15+
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13']
1616
os: [
1717
ubuntu-latest,
1818
windows-latest,

0 commit comments

Comments
 (0)