File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
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.8 "
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.8 "
43+ python-version : " 3.9 "
4444
4545 - name : Install dependencies 🔧
4646 run : |
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ license-key = "MIT"
4343package = " flake8_prettycount"
4444
4545[tool .mypy ]
46- python_version = " 3.8 "
46+ python_version = " 3.9 "
4747namespace_packages = true
4848check_untyped_defs = true
4949warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ use_whey: true
1414enable_conda : false
1515enable_tests : false
1616enable_docs : false
17+ mypy_version : 1.16
18+ python_deploy_version : 3.9
1719
1820classifiers :
1921 - ' Environment :: Console'
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ commands =
101101 check-wheel-contents dist/
102102
103103[testenv:lint]
104- basepython = python3.8
104+ basepython = python3.9
105105changedir = {toxinidir}
106106ignore_errors = True
107107skip_install = False
@@ -131,22 +131,22 @@ deps =
131131commands = python3 -m flake8_rst_docstrings_sphinx flake8_prettycount --allow-toolbox {posargs}
132132
133133[testenv:perflint]
134- basepython = python3.8
134+ basepython = python3.9
135135changedir = {toxinidir}
136136ignore_errors = True
137137skip_install = True
138138deps = perflint
139139commands = python3 -m perflint flake8_prettycount {posargs}
140140
141141[testenv:mypy]
142- basepython = python3.8
142+ basepython = python3.9
143143ignore_errors = True
144144changedir = {toxinidir}
145- deps = mypy ==0.971
145+ deps = mypy ==1.16
146146commands = mypy flake8_prettycount {posargs}
147147
148148[testenv:pyup]
149- basepython = python3.8
149+ basepython = python3.9
150150skip_install = True
151151ignore_errors = True
152152changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments