8000 chore: add py312 & py313 to tox environment list · eddybl/python-gitlab@679ddc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 679ddc7

Browse files
JohnVillalovosnejch
authored andcommitted
chore: add py312 & py313 to tox environment list
Even though there isn't a Python 3.13 at this time, this is done for the future. tox is already configured to just warn about missing Python versions, but not fail if they don't exist.
1 parent 529f1fa commit 679ddc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
minversion = 1.6
33
skipsdist = True
44
skip_missing_interpreters = True
5-
envlist = py311,py310,py39,py38,flake8,black,twine-check,mypy,isort,cz,pylint
5+
envlist = py313,py312,py311,py310,py39,py38,flake8,black,twine-check,mypy,isort,cz,pylint
66

77
[testenv]
88
passenv =

0 commit comments

Comments
 (0)
0