mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Update minimum Python version to 3.8 (#2958)
This commit is contained in:
parent
e77a5247b6
commit
2974d53b3c
4 changed files with 8 additions and 9 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -35,9 +35,6 @@ jobs:
|
|||
vectfit: [n]
|
||||
|
||||
include:
|
||||
- python-version: "3.7"
|
||||
omp: n
|
||||
mpi: n
|
||||
- python-version: "3.8"
|
||||
omp: n
|
||||
mpi: n
|
||||
|
|
@ -47,6 +44,9 @@ jobs:
|
|||
- python-version: "3.11"
|
||||
omp: n
|
||||
mpi: n
|
||||
- python-version: "3.12"
|
||||
omp: n
|
||||
mpi: n
|
||||
- dagmc: y
|
||||
python-version: "3.10"
|
||||
mpi: y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue