Skip to content

Commit

Permalink
Merge pull request #310 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 67c85f8 commit 58bb0f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
os: ubuntu-latest
toxenv: py38

- name: Python 3.7 Schema validation tests
python-version: 3.7
os: ubuntu-latest
toxenv: py37

- name: Twine check
python-version: 3.9
os: ubuntu-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 @@
1.0.2 (unreleased)
------------------

- Pin astropy min version to 5.0.4. [#310]

1.0.1 (2022-02-23)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project_urls =
Source Code = https://github.com/asdf-format/asdf-standard

[options]
python_requires = >=3.7
python_requires = >=3.8
zip_safe = true
setup_requires =
setuptools
Expand All @@ -32,7 +32,7 @@ test =
pytest-sugar
pyyaml
asdf >= 2.8.0
astropy
astropy >= 5.0.4
gwcs
packaging>=16.0

Expand Down

0 comments on commit 58bb0f0

Please sign in to comment.