File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 24
24
include :
25
25
- tox_env : lint
26
26
- tox_env : docs
27
- - tox_env : py37
28
27
- tox_env : py38
29
28
- tox_env : py39
30
29
- tox_env : py310
@@ -71,10 +70,10 @@ jobs:
71
70
TOXENV : packaging
72
71
73
72
steps :
74
- - name : Switch to using Python 3.7 by default
73
+ - name : Switch to using Python 3.8 by default
75
74
uses : actions/setup-python@v2
76
75
with :
77
- python-version : 3.7
76
+ python-version : 3.8
78
77
- name : Install tox
79
78
run : python -m pip install --user tox
80
79
- name : Check out src from Git
Original file line number Diff line number Diff line change 1
1
[tool .black ]
2
- target-version = [' py37 ' ]
2
+ target-version = [' py38 ' ]
3
3
include = ' \.pyi?$'
4
4
exclude = '''
5
5
(
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ classifiers =
18
18
Programming Language :: Python
19
19
Programming Language :: Python :: 3
20
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.7
22
21
Programming Language :: Python :: 3.8
23
22
Programming Language :: Python :: 3.9
24
23
Programming Language :: Python :: 3.10
@@ -28,7 +27,7 @@ classifiers =
28
27
29
28
[options]
30
29
use_scm_version = True
31
- python_requires = >=3.7
30
+ python_requires = >=3.8
32
31
packages = find:
33
32
setup_requires =
34
33
setuptools_scm
You can’t perform that action at this time.
0 commit comments