Skip to content

Commit

Permalink
#11 Do not support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Jul 9, 2024
1 parent ed21d8f commit 935f0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
9 changes: 3 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
python = ">=3.9, <3.12"
astropy = "^6.0"
matplotlib = "^3.8"
netcdf4 = "^1.6"
Expand Down

0 comments on commit 935f0e9

Please sign in to comment.