Skip to content

Commit

Permalink
Merge pull request #2639 from cta-observatory/astropy7
Browse files Browse the repository at this point in the history
Support astropy 7.0
  • Loading branch information
kosack authored Nov 26, 2024
2 parents d1a140a + 7b6a97b commit 055b62b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Check README syntax
run: |
pip install restructuredtext-lint
restructuredtext-lint README.rst
- uses: pre-commit/[email protected]
with:
extra_args: --files $(git diff origin/main --name-only)

tests:
runs-on: ${{ matrix.os }}
needs: lint
Expand Down Expand Up @@ -195,7 +196,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install doc dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/changes/2639.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for astropy 7.0.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python=3.11
- pip
- astropy>=5.3,<7
- astropy>=5.3,<8
- black
- bokeh=3
- nbsphinx
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]
requires-python = ">=3.10"

dependencies = [
"astropy >=5.3,<7.0.0a0",
"astropy >=5.3,<8.0.0a0",
"docutils",
"joblib",
"numba >=0.56",
Expand Down

0 comments on commit 055b62b

Please sign in to comment.