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 : py36
28
27
- tox_env : py37
29
28
- tox_env : py38
30
29
- tox_env : py39
@@ -72,10 +71,10 @@ jobs:
72
71
TOXENV : packaging
73
72
74
73
steps :
75
- - name : Switch to using Python 3.6 by default
74
+ - name : Switch to using Python 3.7 by default
76
75
uses : actions/setup-python@v2
77
76
with :
78
- python-version : 3.6
77
+ python-version : 3.7
79
78
- name : Install tox
80
79
run : python -m pip install --user tox
81
80
- name : Check out src from Git
Original file line number Diff line number Diff line change 1
1
[tool .black ]
2
- target-version = [' py36 ' ]
2
+ target-version = [' py37 ' ]
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.6
22
21
Programming Language :: Python :: 3.7
23
22
Programming Language :: Python :: 3.8
24
23
Programming Language :: Python :: 3.9
@@ -29,7 +28,7 @@ classifiers =
29
28
30
29
[options]
31
30
use_scm_version = True
32
- python_requires = >=3.6
31
+ python_requires = >=3.7
33
32
packages = find:
34
33
setup_requires =
35
34
setuptools_scm
You can’t perform that action at this time.
0 commit comments