Skip to content

Commit

Permalink
Bring back 3.8 support. Support casacore down to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo committed Jan 18, 2024
1 parent ebebc90 commit 3bcc8f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Create Cache Hash
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ readme = "README.rst"
packages = [{include = "daskms"}]

[tool.poetry.dependencies]
python = "^3.9, < 3.13"
python = "^3.8, < 3.13"
appdirs = "^1.4.4"
dask = {extras = ["array"], version = "^2023.1.0"}
donfig = "^0.7.0"
python-casacore = "^3.5.1"
python-casacore = "^3.3.1"
pyarrow = {version = "^14.0.1", optional = true}
zarr = {version = "^2.12.0", optional=true}
xarray = {version = "^2023.01.0", optional=true}
Expand Down

0 comments on commit 3bcc8f5

Please sign in to comment.