]> git.phdru.name Git - cookiecutter.git/commitdiff
Feat(build,tests): Python 3.12
authorOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 17:45:54 +0000 (20:45 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 17:45:54 +0000 (20:45 +0300)
project_template/setup.py
project_template/tox.ini

index cff05a0995420a908edd581f85c4105a2d291b89..332acf7c7d0855c482b2e9b30d84236bc69157ae 100755 (executable)
@@ -65,6 +65,7 @@ setup(
         '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}': []},
index 827f97076c67d08f7152c3ba30bfdc8dead285af..ed5581f6c02f4444fab0552bfdc023ae0eae1fe5 100644 (file)
@@ -1,6 +1,6 @@
 [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 =
@@ -11,12 +11,12 @@ 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,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