Skip to content

Commit ac66a9a

Browse files
committed
ci: add Python 3.11-3.13
1 parent d83efd3 commit ac66a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
tox_env: [py39, py310, pypy3, pep8]
24+
tox_env: [py39, py310, py311, py312, py313, pypy3, pep8]
2525

2626
# Use GitHub's Linux Docker host
2727
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py310,py39,pep8,pypy3
7+
envlist = py313,py312,py311,py310,py39,pep8,pypy3
88

99
[testenv]
1010
usedevelop = True

0 commit comments

Comments
 (0)