Skip to content

Commit

Permalink
Merge pull request #1133 from WilliamJamieson/update/astropy-5.0.4
Browse files Browse the repository at this point in the history
Pin astropy min version to 5.0.4
  • Loading branch information
WilliamJamieson committed Apr 15, 2022
1 parent 6fc983c commit c357a46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@ jobs:
python-version: "3.8"
toxenv: py38

- name: Python 3.7 Testing
- name: Python 3.8 with legacy packages
os: ubuntu-latest
python-version: "3.7"
toxenv: py37

- name: Python 3.7 with legacy packages
os: ubuntu-latest
python-version: "3.7"
toxenv: py37-legacy
python-version: "3.8"
toxenv: py38-legacy

- name: Mac OS Latest
os: macos-latest
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.11.1 (unreleased)
-------------------

- Update minimum astropy version to 5.0.4. [#1133]

2.11.0 (2022-03-15)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ all =
docs =
sphinx
sphinx-astropy
astropy
astropy>=5.0.4
graphviz
matplotlib
docutils
Expand All @@ -55,7 +55,7 @@ tests =
# is resolved:
pytest!=7.1.0, !=7.1.1;sys_platform=="win32"
pytest;sys_platform!="win32"
astropy
astropy>=5.0.4
gwcs
pytest-doctestplus
pytest-remotedata
Expand Down

0 comments on commit c357a46

Please sign in to comment.