Skip to content

Commit

Permalink
Test on Python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Oct 9, 2024
1 parent b905aec commit 535a301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
fedver: f38
- pyver: 312
fedver: latest
- pyver: 313
fedver: latest
runs-on: ubuntu-latest
container: "fedorapython/fedora-python-tox:${{ matrix.fedver }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ minversion = 3.9.0
envlist =
format
lint
py{39,310,311,312}
py{39,310,311,312,313}
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 535a301

Please sign in to comment.