Skip to content
Snippets Groups Projects
Commit bcaaca91 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'add-python312' into 'main'

Add support for Python 3.12

See merge request !6
parents df6474cb f77860b8
No related branches found
No related tags found
1 merge request!6Add support for Python 3.12
Pipeline #77556 passed with warnings
Pipeline: Python Binary Wheel Package

#77557

    ......@@ -20,6 +20,7 @@ classifiers = [
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12"
    ]
    [tool.scikit-build]
    ......
    [tox]
    # 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
    [testenv]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment