Skip to content

Commit

Permalink
ci: Add Python 3.13 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster authored Dec 3, 2024
1 parent feff518 commit d3415ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- { name: '3.10', python: '3.10', tox: py310 }
- { name: '3.11', python: '3.11', tox: py311 }
- { name: '3.12', python: '3.12', tox: py312 }
- { name: Style, python: '3.11', tox: style }
- { name: '3.13', python: '3.13', tox: py313 }
- { name: Style, python: '3.13', tox: style }

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py310
py311
py312
py313
style
skip_missing_interpreters = true

Expand Down

0 comments on commit d3415ad

Please sign in to comment.