File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ classifiers =
2727package_dir =
2828 = src
2929packages = find:
30- python_requires = >= 3.7
30+ python_requires = >= 3.9
3131
3232[options.packages.find]
3333where = src
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ commands =
1010
1111[testenv:check-manifest]
1212deps =
13- check-manifest ==0.44; python_version < "3.8"
14- check-manifest; python_version >= "3.8"
13+ check-manifest
1514commands =
1615 check-manifest
1716skip_install = true
@@ -31,8 +30,7 @@ commands =
3130[testenv:flake8]
3231deps =
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
3836commands =
You can’t perform that action at this time.
0 commit comments