File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 python : 3.8
1515
1616 # Latest Python & Pytest
17- - toxenv : py312 -pytest_latest-supported-xdist
18- python : 3.12
17+ - toxenv : py313 -pytest_latest-supported-xdist
18+ python : 3.13
1919
2020 # QA
2121 - toxenv : qa
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ def get_version(filename):
6565 "Programming Language :: Python :: 3.10" ,
6666 "Programming Language :: Python :: 3.11" ,
6767 "Programming Language :: Python :: 3.12" ,
68+ "Programming Language :: Python :: 3.13" ,
6869 "Programming Language :: Python :: Implementation :: PyPy" ,
6970 ],
7071)
Original file line number Diff line number Diff line change 11[tox]
22minversion = 3.14.0
3- envlist = py{38,312 ,py}-pytest_latest-supported-xdist
3+ envlist = py{38,313 ,py}-pytest_latest-supported-xdist
44 qa
55requires = virtualenv>=20.0.31
66
You can’t perform that action at this time.
0 commit comments