Skip to content

Commit ff24e4b

Browse files
committed
Drop support for Python 3.7
1 parent bc24dfb commit ff24e4b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci_workflows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
- linux: codestyle
2121
2222
# Standard tests
23-
- linux: py37-test
2423
- linux: py38-test
2524
- linux: py39-test
2625
- linux: py310-test
26+
- linux: py311-test
2727
28-
- macos: py37-test
2928
- macos: py38-test
3029
- macos: py39-test
3130
- macos: py310-test
31+
- macos: py311-test
3232
33-
- windows: py37-test
3433
- windows: py38-test
3534
- windows: py39-test
3635
- windows: py310-test
36+
- windows: py311-test
3737
3838
publish:
3939
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ long_description = file: README.rst
1010

1111
[options]
1212
zip_safe = False
13-
python_requires = >=3.7
13+
python_requires = >=3.8
1414
packages = find:
1515
setup_requires = setuptools_scm
1616
install_requires =

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38,39,py310}-test
2+
envlist = py{38,39,310,311}-test
33
requires = pip >= 18.0
44
setuptools >= 30.3.0
55

0 commit comments

Comments
 (0)