Skip to content

Commit 13869cf

Browse files
committed
chore: extend tox.ini with Python 3.13
1 parent 9666000 commit 13869cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
# and then run "tox" from this directory.
55

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

99
[gh-actions]
1010
python =
1111
3.8: py38
1212
3.9: py39
13-
3.10: py310
14-
3.11: py311
15-
3.12: py312
13+
3.10: py310
14+
3.11: py311
15+
3.12: py312
16+
3.13: py313
1617
pypy-3.7: pypy3
1718

1819
[testenv]

0 commit comments

Comments
 (0)