Skip to content

Commit

Permalink
add python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 2, 2024
1 parent 65c6993 commit 5b736ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- {version: '3.10', env: py310}
- {version: '3.11', env: py311}
- {version: '3.12', env: py312}
- {version: '3.13', env: py313}
test_mode: [0, 1]
runs-on: ${{ matrix.os }}
env:
Expand All @@ -36,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
test: [pep8, bandit, docs]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
)

0 comments on commit 5b736ad

Please sign in to comment.