]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat: Run `tox` with Python 3.13 master
authorOleg Broytman <phd@phdru.name>
Wed, 2 Oct 2024 06:08:11 +0000 (09:08 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 2 Oct 2024 06:08:11 +0000 (09:08 +0300)
project_template/tox.ini

index ed5581f6c02f4444fab0552bfdc023ae0eae1fe5..9124a440cbc0bf48d7512a94ecc72ef856be2f5a 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.15
 [tox]
 minversion = 3.15
-envlist = py27,py3{4,5,6,7,8,9,10,11,12},pypy,pypy3,py{27,37,312}-flake8
+envlist = py27,py3{4,5,6,7,8,9,10,11,12,13},pypy,pypy3,py{27,37,312}-flake8
 
 [testenv]
 commands =
 
 [testenv]
 commands =
@@ -11,12 +11,12 @@ passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
-[testenv:py27,py3{4,5,6,7,8,9,10,11,12}]
+[testenv:py27,py3{4,5,6,7,8,9,10,11,12,13}]
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
-[testenv:py27,py3{4,5,6,7,8,9,10,11,12}-flake8]
+[testenv:py27,py3{4,5,6,7,8,9,10,11,12,13}-flake8]
 deps =
     flake8
     pytest < 7.0
 deps =
     flake8
     pytest < 7.0