Skip to content

Commit c357a46

Browse files
Merge pull request #1133 from WilliamJamieson/update/astropy-5.0.4
Pin astropy min version to 5.0.4
1 parent 6fc983c commit c357a46

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,10 @@ jobs:
3333
python-version: "3.8"
3434
toxenv: py38
3535

36-
- name: Python 3.7 Testing
36+
- name: Python 3.8 with legacy packages
3737
os: ubuntu-latest
38-
python-version: "3.7"
39-
toxenv: py37
40-
41-
- name: Python 3.7 with legacy packages
42-
os: ubuntu-latest
43-
python-version: "3.7"
44-
toxenv: py37-legacy
38+
python-version: "3.8"
39+
toxenv: py38-legacy
4540

4641
- name: Mac OS Latest
4742
os: macos-latest

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.11.1 (unreleased)
2+
-------------------
3+
4+
- Update minimum astropy version to 5.0.4. [#1133]
5+
16
2.11.0 (2022-03-15)
27
-------------------
38

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ all =
4646
docs =
4747
sphinx
4848
sphinx-astropy
49-
astropy
49+
astropy>=5.0.4
5050
graphviz
5151
matplotlib
5252
docutils
@@ -55,7 +55,7 @@ tests =
5555
# is resolved:
5656
pytest!=7.1.0, !=7.1.1;sys_platform=="win32"
5757
pytest;sys_platform!="win32"
58-
astropy
58+
astropy>=5.0.4
5959
gwcs
6060
pytest-doctestplus
6161
pytest-remotedata

0 commit comments

Comments
 (0)