]> git.phdru.name Git - ppu.git/commitdiff
Tests(tox): Add forgotten Python 3.13 master
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:24:03 +0000 (01:24 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:24:03 +0000 (01:24 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 2bfe30558f6e0b631d9a97e3d33eb55c0c4f02cf..db160ec9d51503ec888982fb14571bd860f6764e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.15
 [tox]
 minversion = 3.15
-envlist = py{27,34,35,36,37,38,39,310,311,312,py,py3},py{27,37,312}-flake8
+envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,37,312}-flake8
 
 # Base test environment settings
 [testenv]
 
 # Base test environment settings
 [testenv]
@@ -11,12 +11,12 @@ commands =
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
-[testenv:py{27,34,35,36,37,38,39,310,311,312,py,py3}]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
-[testenv:py{27,34,35,36,37,38,39,310,311,312}-flake8]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313}-flake8]
 deps =
     flake8
     pytest < 7.0
 deps =
     flake8
     pytest < 7.0