From 10afbe1171dcca6d0cf964990802ea6ec3c6715f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 14 Jan 2025 01:24:03 +0300 Subject: [PATCH] Tests(tox): Add forgotten Python 3.13 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 2bfe305..db160ec 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [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] @@ -11,12 +11,12 @@ commands = 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 -[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 -- 2.39.5