Skip to content
Snippets Groups Projects
Commit f77860b8 authored by Corné Lukken's avatar Corné Lukken Committed by Klaas Kliffen
Browse files

Add support for Python 3.12

parent 62b7b4e8
No related branches found
No related tags found
1 merge request!6Add support for Python 3.12
...@@ -20,6 +20,7 @@ classifiers = [ ...@@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
] ]
[tool.scikit-build] [tool.scikit-build]
......
[tox] [tox]
# Generative environment list to test all supported Python versions # Generative environment list to test all supported Python versions
envlist = py3{8,9,10,11},black,pep8,pylint envlist = py3{8,9,10,11,12},black,pep8,pylint
minversion = 3.18.0 minversion = 3.18.0
[testenv] [testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment