]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat: Python 3.14 master
authorOleg Broytman <phd@phdru.name>
Fri, 22 Aug 2025 00:41:06 +0000 (03:41 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 22 Aug 2025 00:41:06 +0000 (03:41 +0300)
project_template/devscripts/requirements/requirements_tests.txt
project_template/devscripts/requirements/requirements_tox.txt
project_template/tox.ini

index 68c6b861cd2e25b28368f6aa016414c31b95a77a..e6ebb50be3935648d002ed239a1de0503562e839 100644 (file)
@@ -1,4 +1,5 @@
 -r requirements.txt
 
 pytest < 5.0; python_version == '2.7' or python_version == '3.4'
-pytest < 7.0; python_version >= '3.5'
+pytest < 7.0; python_version >= '3.5' and python_version <= '3.11'
+pytest; python_version >= '3.12'
index 8b5960b93a5d9ca54cf13a5426e9939b32c17780..b72a322f2a34aab552ca614a876db66d6de3ee5b 100644 (file)
@@ -1 +1 @@
-tox >= 3.15
+tox >= 3.15, < 4
index 2c88fcd27aa90d0394ebfb1bcf793fe952a2a642..2af7899d0025b34e44d717ad4e79e5106a5be41f 100644 (file)
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.15
-envlist = py{27,34,35,36,37,38,39,310,311,312,313,py,py3},py{27,37,312}-flake8
+envlist = py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3},py{27,37,312}-flake8
 
 [testenv]
 commands =
@@ -11,15 +11,15 @@ passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
-[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}]
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
-[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}-flake8]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,314,py,py3}-flake8]
 deps =
     flake8
-    pytest < 7.0
+    pytest
 commands =
     {[testenv]commands}
     flake8 .