Skip to content

Commit

Permalink
Drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed May 17, 2022
1 parent f24c4f7 commit 1e7b1dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ jobs:
with:
envs: |
- linux: codestyle
- macos: py37-test-oldestdeps-cov
- macos: py38-test-cov
- macos: py38-test-oldestdeps-cov
- macos: py39-test-cov
- macos: py310-test-cov
- linux: py37-test-oldestdeps-cov
- linux: py38-test-cov
- linux: py38-test-oldestdeps-cov
- linux: py39-test-cov
- linux: py310-test-cov
- windows: py37-test-oldestdeps-cov
- windows: py38-test-cov
- windows: py38-test-oldestdeps-cov
- windows: py39-test-cov
- windows: py310-test-cov
coverage: 'codecov'
Expand Down
4 changes: 1 addition & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
0.9 (unreleased)
----------------

0.8.1 (unreleased)
------------------

- Drop support for Python 3.7.
- Infrastructure and packaging updates.

0.8 (2021-08-11)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ github_project = astropy/reproject
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
numpy>=1.14
Expand Down

0 comments on commit 1e7b1dc

Please sign in to comment.