File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -123,7 +123,7 @@ autodoc_exclude_members = [
123123]
124124
125125[tool .mypy ]
126- python_version = " 3.8 "
126+ python_version = " 3.9 "
127127namespace_packages = true
128128check_untyped_defs = true
129129warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ sphinx_html_theme: furo
1616min_coverage : 100
1717docs_fail_on_warning : true
1818preserve_custom_theme : true
19+ mypy_version : 1.16
20+ python_deploy_version : 3.9
1921
2022conda_channels :
2123 - conda-forge
Original file line number Diff line number Diff line change 5555 pypy38
5656 pypy39
5757qa = mypy, lint
58- cov = py38 , coverage
58+ cov = py39 , coverage
5959
6060[testenv:.package]
6161setenv =
@@ -102,7 +102,7 @@ commands =
102102 check-wheel-contents dist/
103103
104104[testenv:lint]
105- basepython = python3.8
105+ basepython = python3.9
106106changedir = {toxinidir}
107107ignore_errors = True
108108skip_install = True
@@ -140,25 +140,25 @@ deps = perflint
140140commands = python3 -m perflint dict2css {posargs}
141141
142142[testenv:mypy]
143- basepython = python3.8
143+ basepython = python3.9
144144ignore_errors = True
145145changedir = {toxinidir}
146146deps =
147- mypy ==0.971
147+ mypy ==1.16
148148 -r{toxinidir}/tests/requirements.txt
149149 -r{toxinidir}/stubs.txt
150150commands = mypy dict2css tests {posargs}
151151
152152[testenv:pyup]
153- basepython = python3.8
153+ basepython = python3.9
154154skip_install = True
155155ignore_errors = True
156156changedir = {toxinidir}
157157deps = pyupgrade-directories
158158commands = pyup_dirs dict2css tests --py36-plus --recursive
159159
160160[testenv:coverage]
161- basepython = python3.8
161+ basepython = python3.9
162162skip_install = True
163163ignore_errors = True
164164whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments