Skip to content

Commit f63b49a

Browse files
committed
Update envlist
Signed-off-by: Alex Forencich <[email protected]>
1 parent 63c844c commit f63b49a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,19 @@ addopts =
4646

4747
# tox configuration
4848
[tox:tox]
49-
envlist = py37, py38, py39, py310
49+
envlist = py38, py39, py310, py311, py312, py313
5050
skip_missing_interpreters = true
5151
minversion = 3.18.0
5252
requires = virtualenv >= 16.1
5353

5454
[gh-actions]
5555
python =
56-
3.7: py37
5756
3.8: py38
5857
3.9: py39
5958
3.10: py310
6059
3.11: py311
60+
3.12: py312
61+
3.13: py313
6162

6263
[testenv]
6364
setenv =

0 commit comments

Comments
 (0)