'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
],
packages=['{project}'],
package_data={'{project}': []},
[tox]
minversion = 3.15
-envlist = py27,py3{4,5,6,7,8,9,10,11},pypy,pypy3,py{27,36,311}-flake8
+envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3,py{27,37,312}-flake8
[testenv]
commands =
deps =
-rdevscripts/requirements/requirements_tests.txt
-[testenv:py{27,34,35,36,37,38,39,310,311,py,py3}]
+[testenv:py27,py3{4,5,6,7,8,9,10,11,12}]
commands =
{[testenv]commands}
{envpython} -m pytest
-[testenv:py{27,34,35,36,37,38,39,310,311}-flake8]
+[testenv:py27,py3{4,5,6,7,8,9,10,11,12}-flake8]
deps =
flake8
pytest < 7.0