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
astrofrog committed Feb 16, 2023
1 parent bc24dfb commit ff24e4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
- linux: codestyle
# Standard tests
- linux: py37-test
- linux: py38-test
- linux: py39-test
- linux: py310-test
- linux: py311-test
- macos: py37-test
- macos: py38-test
- macos: py39-test
- macos: py310-test
- macos: py311-test
- windows: py37-test
- windows: py38-test
- windows: py39-test
- windows: py310-test
- windows: py311-test
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long_description = file: README.rst

[options]
zip_safe = False
python_requires = >=3.7
python_requires = >=3.8
packages = find:
setup_requires = setuptools_scm
install_requires =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39,py310}-test
envlist = py{38,39,310,311}-test
requires = pip >= 18.0
setuptools >= 30.3.0

Expand Down

0 comments on commit ff24e4b

Please sign in to comment.