Skip to content

Commit

Permalink
Drop 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Jan 28, 2025
1 parent 4a09513 commit 478d682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.9"
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ readme = "README.md"
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.10"
numpy = ">=2"
astropy = ">=6"
python-casacore = "*"
tqdm = "*"
importlib-resources = {version="*", python = "<3.9"}

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 478d682

Please sign in to comment.