Skip to content

Commit

Permalink
feat: update to python 3.13 stable (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar authored Oct 10, 2024
1 parent 1c87cb8 commit d72b955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.2.0
with:
python-version: "3.12"
python-version: "3.13"
cache: 'pip'
- run: |
python -m pip install --upgrade pip
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5.2.0
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
- run: pip install --upgrade mypy types-requests types-urllib3
- name: mypy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13.0-rc.2']
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13']
os: [
ubuntu-latest,
windows-latest,
Expand Down

0 comments on commit d72b955

Please sign in to comment.