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 3535 if : steps.changes.outputs.code == 'true'
3636 uses : " actions/setup-python@v4"
3737 with :
38- python-version : " 3.6 "
38+ python-version : " 3.8 "
3939
4040 - name : Install dependencies 🔧
4141 if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 4040 if : steps.changes.outputs.code == 'true'
4141 uses : " actions/setup-python@v4"
4242 with :
43- python-version : " 3.6 "
43+ python-version : " 3.8 "
4444
4545 - name : Install dependencies 🔧
4646 run : |
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ license-key = "MIT"
152152additional-files = [ " include domdf_python_tools/google-10000-english-no-swears.txt" ,]
153153
154154[tool .mypy ]
155- python_version = " 3.6 "
155+ python_version = " 3.8 "
156156namespace_packages = true
157157check_untyped_defs = true
158158warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ username: "domdfcoding"
88license : ' MIT'
99short_desc : ' Helpful functions for Python 🐍 🛠️'
1010
11- python_deploy_version : 3.6
11+ python_deploy_version : 3.8
1212requires_python : 3.6
1313min_coverage : 95
1414tox_testenv_extras : all
Original file line number Diff line number Diff line change 6060 pypy39
6161 pypy310
6262qa = mypy, lint
63- cov = py36 , coverage
63+ cov = py38 , coverage
6464
6565[testenv:.package]
6666setenv =
@@ -105,7 +105,7 @@ commands =
105105 check-wheel-contents dist/
106106
107107[testenv:lint]
108- basepython = python3.6
108+ basepython = python3.8
109109changedir = {toxinidir}
110110ignore_errors = True
111111skip_install = False
@@ -135,15 +135,15 @@ deps =
135135commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox {posargs}
136136
137137[testenv:perflint]
138- basepython = python3.6
138+ basepython = python3.8
139139changedir = {toxinidir}
140140ignore_errors = True
141141skip_install = True
142142deps = perflint
143143commands = python3 -m perflint domdf_python_tools {posargs}
144144
145145[testenv:mypy]
146- basepython = python3.6
146+ basepython = python3.8
147147ignore_errors = True
148148changedir = {toxinidir}
149149extras = all
@@ -155,7 +155,7 @@ deps =
155155commands = mypy domdf_python_tools tests {posargs}
156156
157157[testenv:pyup]
158- basepython = python3.6
158+ basepython = python3.8
159159skip_install = True
160160ignore_errors = True
161161changedir = {toxinidir}
@@ -164,7 +164,7 @@ extras = all
164164commands = pyup_dirs domdf_python_tools tests --py36-plus --recursive
165165
166166[testenv:coverage]
167- basepython = python3.6
167+ basepython = python3.8
168168skip_install = True
169169ignore_errors = True
170170whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments