Skip to content

Commit 1c222a5

Browse files
committed
MAINT: removing python3.7 support
1 parent db58da8 commit 1c222a5

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
with:
1919
envs: |
2020
- linux: codestyle
21-
- linux: py37-test-pytestoldest
22-
- macos: py37-test-pytest50
23-
- windows: py38-test-pytest52
21+
- windows: py38-test-pytestoldest
2422
- linux: py38-test-pytest53
2523
- macos: py39-test-pytest60
2624
- windows: py39-test-pytest61

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7 (unreleased)
2+
----------------
3+
4+
- Minimum Python version is now 3.8. [#49]
5+
16
0.6.1 (2023-11-27)
27
------------------
38

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ classifiers =
1212
Programming Language :: Python
1313
Programming Language :: Python :: 3
1414
Programming Language :: Python :: 3 :: Only
15-
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716
Programming Language :: Python :: 3.9
1817
Programming Language :: Python :: 3.10
@@ -29,7 +28,7 @@ long_description_content_type = text/x-rst
2928
[options]
3029
zip_safe = False
3130
packages = find:
32-
python_requires = >=3.7
31+
python_requires = >=3.8
3332
setup_requires =
3433
setuptools_scm
3534
install_requires =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310,311,312}-test{,-pytestoldest,-pytest50,-pytest52,-pytest53,-pytest60,-pytest61,-pytest62,-pytest70,-pytest71,-pytest72,-pytest73,-pytest74,-devdeps}
3+
py{38,39,310,311,312}-test{,-pytestoldest,-pytest50,-pytest52,-pytest53,-pytest60,-pytest61,-pytest62,-pytest70,-pytest71,-pytest72,-pytest73,-pytest74,-devdeps}
44
codestyle
55
requires =
66
setuptools >= 30.3.0

0 commit comments

Comments
 (0)