Merge pull request #2431 from paulromano/py3.11-ci

Add Python 3.11 to CI matrix
This commit is contained in:
Patrick Shriwise 2023-03-24 09:29:13 -05:00 committed by GitHub
commit 222d92de83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -35,13 +35,16 @@ jobs:
vectfit: [n]
include:
- python-version: 3.7
- python-version: "3.7"
omp: n
mpi: n
- python-version: 3.8
- python-version: "3.8"
omp: n
mpi: n
- python-version: 3.9
- python-version: "3.9"
omp: n
mpi: n
- python-version: "3.11"
omp: n
mpi: n
- dagmc: y

View file

@ -58,6 +58,7 @@ kwargs = {
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
# Dependencies