File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
if : steps.changes.outputs.code == 'true'
36
36
uses : " actions/setup-python@v4"
37
37
with :
38
- python-version : " 3.6 "
38
+ python-version : " 3.8 "
39
39
40
40
- name : Install dependencies 🔧
41
41
if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 40
40
if : steps.changes.outputs.code == 'true'
41
41
uses : " actions/setup-python@v4"
42
42
with :
43
- python-version : " 3.6 "
43
+ python-version : " 3.8 "
44
44
45
45
- name : Install dependencies 🔧
46
46
run : |
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ license-key = "MIT"
152
152
additional-files = [ " include domdf_python_tools/google-10000-english-no-swears.txt" ,]
153
153
154
154
[tool .mypy ]
155
- python_version = " 3.6 "
155
+ python_version = " 3.8 "
156
156
namespace_packages = true
157
157
check_untyped_defs = true
158
158
warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ username: "domdfcoding"
8
8
license : ' MIT'
9
9
short_desc : ' Helpful functions for Python 🐍 🛠️'
10
10
11
- python_deploy_version : 3.6
11
+ python_deploy_version : 3.8
12
12
requires_python : 3.6
13
13
min_coverage : 95
14
14
tox_testenv_extras : all
Original file line number Diff line number Diff line change 60
60
pypy39
61
61
pypy310
62
62
qa = mypy, lint
63
- cov = py36 , coverage
63
+ cov = py38 , coverage
64
64
65
65
[testenv:.package]
66
66
setenv =
@@ -105,7 +105,7 @@ commands =
105
105
check-wheel-contents dist/
106
106
107
107
[testenv:lint]
108
- basepython = python3.6
108
+ basepython = python3.8
109
109
changedir = {toxinidir}
110
110
ignore_errors = True
111
111
skip_install = False
@@ -135,15 +135,15 @@ deps =
135
135
commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox {posargs}
136
136
137
137
[testenv:perflint]
138
- basepython = python3.6
138
+ basepython = python3.8
139
139
changedir = {toxinidir}
140
140
ignore_errors = True
141
141
skip_install = True
142
142
deps = perflint
143
143
commands = python3 -m perflint domdf_python_tools {posargs}
144
144
145
145
[testenv:mypy]
146
- basepython = python3.6
146
+ basepython = python3.8
147
147
ignore_errors = True
148
148
changedir = {toxinidir}
149
149
extras = all
@@ -155,7 +155,7 @@ deps =
155
155
commands = mypy domdf_python_tools tests {posargs}
156
156
157
157
[testenv:pyup]
158
- basepython = python3.6
158
+ basepython = python3.8
159
159
skip_install = True
160
160
ignore_errors = True
161
161
changedir = {toxinidir}
@@ -164,7 +164,7 @@ extras = all
164
164
commands = pyup_dirs domdf_python_tools tests --py36-plus --recursive
165
165
166
166
[testenv:coverage]
167
- basepython = python3.6
167
+ basepython = python3.8
168
168
skip_install = True
169
169
ignore_errors = True
170
170
whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments