Skip to content

Commit ed5a683

Browse files
committed
Remove Python 3.7 and 3.8 remains.
1 parent 65b0d69 commit ed5a683

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers =
2727
package_dir =
2828
= src
2929
packages = find:
30-
python_requires = >= 3.7
30+
python_requires = >= 3.9
3131

3232
[options.packages.find]
3333
where = src

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ commands =
1010

1111
[testenv:check-manifest]
1212
deps =
13-
check-manifest==0.44; python_version < "3.8"
14-
check-manifest; python_version >= "3.8"
13+
check-manifest
1514
commands =
1615
check-manifest
1716
skip_install = true
@@ -31,8 +30,7 @@ commands =
3130
[testenv:flake8]
3231
deps =
3332
flake8
34-
flake8-black; implementation_name == "cpython"
35-
black==22.12.0; implementation_name == "cpython" and python_version < "3.8"
33+
flake8-black
3634
flake8-bugbear
3735
flake8-import-order
3836
commands =

0 commit comments

Comments
 (0)