Skip to content

Commit 0277fed

Browse files
committed
drop python 3.7, as its EOL
1 parent c8e90b2 commit 0277fed

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- ubuntu-latest
5555
- windows-latest
5656
python-version:
57-
- '3.7'
5857
- '3.8'
5958
- '3.9'
6059
- '3.10'

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ repos:
3535
hooks:
3636
- name: format setup.cfg
3737
id: setup-cfg-fmt
38-
args:
39-
- "--include-version-classifiers"
40-
- "--min-py-version=3.7"
38+
args: [--include-version-classifiers]
4139

4240
- repo: https://github.com/executablebooks/mdformat
4341
rev: 0.7.16

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers =
1717
Operating System :: POSIX :: Linux
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
2322
Programming Language :: Python :: 3.10
@@ -40,7 +39,7 @@ project_urls =
4039
packages = find:
4140
install_requires =
4241
setuptools>=41.0
43-
python_requires = >=3.7
42+
python_requires = >=3.8
4443
include_package_data = True
4544
zip_safe = false
4645

0 commit comments

Comments
 (0)