Merge pull request #2247 from shimwell/adding_python_3.9_3.10_to_ci

added py3.9 and py3.10 to CI
This commit is contained in:
Paul Romano 2022-10-18 12:07:18 -05:00 committed by GitHub
commit e32c85dc87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

View file

@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: ['3.10']
mpi: [n, y]
omp: [n, y]
dagmc: [n]
@ -37,24 +37,30 @@ jobs:
- python-version: 3.7
omp: n
mpi: n
- python-version: 3.8
omp: n
mpi: n
- python-version: 3.9
omp: n
mpi: n
- dagmc: y
python-version: 3.8
python-version: '3.10'
mpi: y
omp: y
- libmesh: y
python-version: 3.8
python-version: '3.10'
mpi: y
omp: y
- libmesh: y
python-version: 3.8
python-version: '3.10'
mpi: n
omp: y
- event: y
python-version: 3.8
python-version: '3.10'
omp: y
mpi: n
- vectfit: y
python-version: 3.8
python-version: '3.10'
omp: n
mpi: y
name: "Python ${{ matrix.python-version }} (omp=${{ matrix.omp }},
@ -75,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

View file

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