mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #2431 from paulromano/py3.11-ci
Add Python 3.11 to CI matrix
This commit is contained in:
commit
222d92de83
2 changed files with 7 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue