Skip to content

Commit

Permalink
activate testing for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Feb 22, 2024
1 parent 35d6060 commit b275535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
tox-build: "py310-coveralls"
- python-version: "3.11"
tox-build: "py311-coveralls"
# - python-version: "3.12"
# tox-build: "py312-esmpy-coveralls"
- python-version: "3.12"
tox-build: "py312-esmpy-coveralls"
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit b275535

Please sign in to comment.