File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ 2.11.1 (unreleased)
2+ -------------------
3+
4+ - Update minimum astropy version to 5.0.4. [#1133]
5+
162.11.0 (2022-03-15)
27-------------------
38
Original file line number Diff line number Diff line change 4646docs =
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
You can’t perform that action at this time.
0 commit comments