Skip to content

Commit

Permalink
ci: Add python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Jul 18, 2023
1 parent 53fef4f commit 3cc77f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

matrix:
name: [
pytest-ubuntu-py39-gcc11-noomp,
pytest-ubuntu-py311-gcc11-noomp,
pytest-ubuntu-py38-gcc12-omp,
pytest-ubuntu-py37-gcc7-omp,
pytest-ubuntu-py310-gcc10-noomp,
Expand All @@ -42,8 +42,8 @@ jobs:
]
set: [base, adjoint]
include:
- name: pytest-ubuntu-py39-gcc11-noomp
python-version: '3.9'
- name: pytest-ubuntu-py311-gcc11-noomp
python-version: '3.11'
os: ubuntu-22.04
arch: "gcc-11"
language: "C"
Expand Down

0 comments on commit 3cc77f5

Please sign in to comment.