From 3bcc8f55e009e8ab945d7f47766fb646175c6c48 Mon Sep 17 00:00:00 2001 From: bennahugo Date: Thu, 18 Jan 2024 09:11:58 +0200 Subject: [PATCH] Bring back 3.8 support. Support casacore down to v3.3 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce552b6..6260a160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ad2a58f5..84621dea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}