Skip to content

Commit 4789e0b

Browse files
committed
Test with astropy 8.0 beta
1 parent db64b0c commit 4789e0b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
# numba/llvmlite do not provide wheels for macos-intel in recent releases, but pip tries to download
156156
# the latest release and build it from source. Force only wheels being considered for these to packages.
157157
pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]"
158+
pip install "astropy>=8.0.0b0"
158159
pip install ./test_plugin
159160
pip freeze
160161

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["version"]
2929
requires-python = ">=3.12"
3030

3131
dependencies = [
32-
"astropy >=6.1,<8.0.0",
32+
"astropy >=6.1,<9.0.0",
3333
"docutils",
3434
"joblib",
3535
"numba >=0.59.0",

0 commit comments

Comments
 (0)