added py3.9 and py3.10

This commit is contained in:
shimwell 2022-10-04 21:00:17 +01:00
parent 6c698e3b88
commit 90fe5cb79c
2 changed files with 8 additions and 1 deletions

View file

@ -60,6 +60,12 @@ jobs:
python-version: 3.8
omp: n
mpi: y
- python-version: 3.9
omp: n
mpi: n
- python-version: '3.10'
omp: n
mpi: n
name: "Python ${{ matrix.python-version }} (omp=${{ matrix.omp }},
mpi=${{ matrix.mpi }}, dagmc=${{ matrix.dagmc }},
libmesh=${{ matrix.libmesh }}, event=${{ matrix.event }}
@ -78,7 +84,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 }}