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 @@ -40,7 +40,7 @@ license-key = "MIT"
4040package = " flake8_missing_annotations"
4141
4242[tool .mypy ]
43- python_version = " 3.8 "
43+ python_version = " 3.9 "
4444namespace_packages = true
4545check_untyped_defs = true
4646warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ docs_fail_on_warning: true
1717enable_docs : false
1818enable_conda : false
1919enable_tests : false
20+ mypy_version : 1.16
21+ python_deploy_version : 3.9
2022
2123# Versions to run tests for
2224python_versions :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ commands =
7979 check-wheel-contents dist/
8080
8181[testenv:lint]
82- basepython = python3.8
82+ basepython = python3.9
8383changedir = {toxinidir}
8484ignore_errors = True
8585skip_install = False
@@ -109,22 +109,22 @@ deps =
109109commands = python3 -m flake8_rst_docstrings_sphinx flake8_missing_annotations --allow-toolbox {posargs}
110110
111111[testenv:perflint]
112- basepython = python3.8
112+ basepython = python3.9
113113changedir = {toxinidir}
114114ignore_errors = True
115115skip_install = True
116116deps = perflint
117117commands = python3 -m perflint flake8_missing_annotations {posargs}
118118
119119[testenv:mypy]
120- basepython = python3.8
120+ basepython = python3.9
121121ignore_errors = True
122122changedir = {toxinidir}
123- deps = mypy ==0.971
123+ deps = mypy ==1.16
124124commands = mypy flake8_missing_annotations {posargs}
125125
126126[testenv:pyup]
127- basepython = python3.8
127+ basepython = python3.9
128128skip_install = True
129129ignore_errors = True
130130changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments