File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 3535 if : steps.changes.outputs.code == 'true'
3636 uses : " actions/setup-python@v5"
3737 with :
38- python-version : " 3.7 "
38+ python-version : " 3.9 "
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@v5"
4242 with :
43- python-version : " 3.7 "
43+ python-version : " 3.9 "
4444
4545 - name : Install dependencies 🔧
4646 run : |
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ autodoc_exclude_members = [
119119]
120120
121121[tool .mypy ]
122- python_version = " 3.7 "
122+ python_version = " 3.9 "
123123namespace_packages = true
124124check_untyped_defs = true
125125warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ version: '0.5.0'
1010license : ' MIT'
1111short_desc : ' A tool to check all modules can be correctly imported.'
1212
13- python_deploy_version : 3.6
13+ mypy_version : 1.16
14+ python_deploy_version : 3.9
1415use_whey : true
1516min_coverage : 98
1617enable_conda : false
Original file line number Diff line number Diff line change 5656 pypy38-click{7.1,8.0,8.1}
5757 pypy39-click{7.1,8.0,8.1}
5858qa = mypy, lint
59- cov = py37 -click7.1, coverage
59+ cov = py39 -click7.1, coverage
6060
6161[testenv]
6262setenv =
@@ -117,7 +117,7 @@ commands =
117117 check-wheel-contents dist/
118118
119119[testenv:lint]
120- basepython = python3.7
120+ basepython = python3.9
121121changedir = {toxinidir}
122122ignore_errors = True
123123skip_install = True
@@ -147,33 +147,33 @@ deps =
147147commands = python3 -m flake8_rst_docstrings_sphinx importcheck tests --allow-toolbox {posargs}
148148
149149[testenv:perflint]
150- basepython = python3.7
150+ basepython = python3.9
151151changedir = {toxinidir}
152152ignore_errors = True
153153skip_install = True
154154deps = perflint
155155commands = python3 -m perflint importcheck {posargs}
156156
157157[testenv:mypy]
158- basepython = python3.7
158+ basepython = python3.9
159159ignore_errors = True
160160changedir = {toxinidir}
161161deps =
162- mypy ==0.971
162+ mypy ==1.16
163163 -r{toxinidir}/tests/requirements.txt
164164 -r{toxinidir}/stubs.txt
165165commands = mypy importcheck tests {posargs}
166166
167167[testenv:pyup]
168- basepython = python3.7
168+ basepython = python3.9
169169skip_install = True
170170ignore_errors = True
171171changedir = {toxinidir}
172172deps = pyupgrade-directories
173173commands = pyup_dirs importcheck tests --py36-plus --recursive
174174
175175[testenv:coverage]
176- basepython = python3.7
176+ basepython = python3.9
177177skip_install = True
178178ignore_errors = True
179179whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments