From 478d6827db622ad4f4aaab074d0c84f9e65f701d Mon Sep 17 00:00:00 2001 From: "Alec Thomson (S&A, Kensington WA)" Date: Tue, 28 Jan 2025 13:57:47 +0800 Subject: [PATCH] Drop 3.9 --- .github/workflows/test.yml | 2 +- .readthedocs.yaml | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a34943..4ee43c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c234024..428d2b0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2134da0..f437407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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