Skip to content

Commit

Permalink
Add python 3.11 in the CI test suite (#192)
Browse files Browse the repository at this point in the history
* minor tweak

* add python 3.11
  • Loading branch information
navidcy authored Oct 16, 2024
1 parent 81b9ef8 commit 0bfe4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "regional_mom6"
description = "Automatic generation of regional configurations for Modular Ocean Model v6"
description = "Automatic generation of regional configurations for Modular Ocean Model 6"
keywords = ["mom6", "regional", "ocean modeling", "python"]
authors = [
{name = "COSIMA community and outside contributors"},
Expand Down

0 comments on commit 0bfe4ba

Please sign in to comment.