Skip to content

Commit ae5bcf2

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
python --version | grep "Python ${PYTHON_VERSION}"
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.
157-
pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]"
157+
pip install --only-binary llvmlite --only-binary numba -e ".[${EXTRAS}]" "astropy>=8.0.0b0"
158158
pip install ./test_plugin
159159
pip freeze
160160

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)