mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
mods to enable python3.12
This commit is contained in:
parent
9ee13ebb4e
commit
27f8362f53
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.10', '3.11']
|
||||
python-version: ['3.8', '3.10', '3.11', '3.12']
|
||||
os: ['ubuntu-20.04', 'ubuntu-22.04']
|
||||
fail-fast: false
|
||||
env:
|
||||
|
@ -27,6 +27,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Topic :: Scientific/Engineering :: Chemistry
|
||||
Topic :: Scientific/Engineering :: Physics
|
||||
|
@ -23,6 +23,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Topic :: Scientific/Engineering :: Chemistry
|
||||
Topic :: Scientific/Engineering :: Physics
|
||||
project_urls =
|
||||
|
@ -27,6 +27,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Topic :: Scientific/Engineering :: Chemistry
|
||||
Topic :: Scientific/Engineering :: Physics
|
||||
|
@ -434,7 +434,7 @@ protected:
|
||||
vector<string> inputDirs;
|
||||
|
||||
//! Versions of Python to consider when attempting to load user extensions
|
||||
vector<string> m_pythonSearchVersions = {"3.11", "3.10", "3.9", "3.8"};
|
||||
vector<string> m_pythonSearchVersions = {"3.12", "3.11", "3.10", "3.9", "3.8"};
|
||||
|
||||
//! Set of deprecation warnings that have been emitted (to suppress duplicates)
|
||||
set<string> warnings;
|
||||
|
Loading…
Reference in New Issue
Block a user