From 4789e0b5fd28848e5d8b785880516e8af1a015bd Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Mon, 18 May 2026 19:35:21 +0200 Subject: [PATCH] Test with astropy 8.0 beta --- .github/workflows/ci.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc6d1501ddb..b3256519562 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,6 +155,7 @@ jobs: # numba/llvmlite do not provide wheels for macos-intel in recent releases, but pip tries to download # the latest release and build it from source. Force only wheels being considered for these to packages. pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]" + pip install "astropy>=8.0.0b0" pip install ./test_plugin pip freeze diff --git a/pyproject.toml b/pyproject.toml index 6e7d5a93c21..f8c4560d333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] requires-python = ">=3.12" dependencies = [ - "astropy >=6.1,<8.0.0", + "astropy >=6.1,<9.0.0", "docutils", "joblib", "numba >=0.59.0",