Skip to content

Commit

Permalink
Update Python 3.13 to RC2 (#423)
Browse files Browse the repository at this point in the history
* Update tox.ini

* Update test.yml
  • Loading branch information
bieniu authored Sep 30, 2024
1 parent 712e245 commit 2e8955c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version:
- "3.11"
- "3.12"
- "3.13.0-beta.3"
- "3.13.0-rc.2"

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_missing_interpreters = True
python =
3.11: py311, lint, typing, coverage
3.12: py312
3.13.0-beta.3: py313
3.13.0-rc.2: py313

[testenv]
commands =
Expand Down

0 comments on commit 2e8955c

Please sign in to comment.