File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 24
24
include :
25
25
- tox_env : lint
26
26
python-version : " 3.10"
27
- - tox_env : py37
28
- python-version : 3.7
29
27
- tox_env : py38,py38-devel
30
28
python-version : 3.8
31
29
- tox_env : py39
Original file line number Diff line number Diff line change 1
1
[mypy]
2
- python_version = 3.7
2
+ python_version = 3.8
3
3
color_output = True
4
4
error_summary = True
5
5
disallow_untyped_calls = True
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
# https://peps.python.org/pep-0621/#readme
10
- requires-python = " >=3.7 "
10
+ requires-python = " >=3.8 "
11
11
dynamic = [" version" ]
12
12
13
13
name = " tox-extra"
@@ -27,7 +27,6 @@ classifiers = [
27
27
" License :: OSI Approved :: MIT License" ,
28
28
" Programming Language :: Python" ,
29
29
" Programming Language :: Python :: 3" ,
30
- " Programming Language :: Python :: 3.7" ,
31
30
" Programming Language :: Python :: 3.8" ,
32
31
" Programming Language :: Python :: 3.9" ,
33
32
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments