File tree Expand file tree Collapse file tree 7 files changed +12
-14
lines changed
Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 2929 - '!tests/**'
3030
3131 - name : Install and Build 🔧
32- uses : sphinx-toolbox/sphinx-action@sphinx-3.3.1
32+ uses : sphinx-toolbox/sphinx-action@sphinx-3.3.1-py39
3333 if : steps.changes.outputs.code == 'true'
3434 with :
3535 pre-build-command : python -m pip install tox
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 6666 hooks :
6767 - id : pyupgrade
6868 args :
69- - --py36 -plus
69+ - --py37 -plus
7070 - --keep-runtime-typing
7171
7272 - repo : https://github.com/Lucas-C/pre-commit-hooks
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ license-key = "MIT"
149149additional-files = [ " include domdf_python_tools/google-10000-english-no-swears.txt" ,]
150150
151151[tool .mypy ]
152- python_version = " 3.8 "
152+ python_version = " 3.9 "
153153namespace_packages = true
154154check_untyped_defs = true
155155warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ username: "domdfcoding"
88license : ' MIT'
99short_desc : ' Helpful functions for Python 🐍 🛠️'
1010
11- python_deploy_version : 3.8
12- requires_python : 3.6
1311min_coverage : 95
1412tox_testenv_extras : all
1513pre_commit_exclude : " ^domdf_python_tools/compat/importlib_resources.py$"
Original file line number Diff line number Diff line change 5757 pypy39
5858 pypy310
5959qa = mypy, lint
60- cov = py38 , coverage
60+ cov = py39 , coverage
6161
6262[testenv:.package]
6363setenv =
@@ -80,7 +80,7 @@ setenv =
8080[testenv:docs]
8181setenv = SHOW_TODOS = 1
8282passenv = SPHINX_BUILDER
83- basepython = python3.8
83+ basepython = python3.9
8484changedir = {toxinidir}/doc-source
8585extras = all
8686deps = -r{toxinidir}/doc-source/requirements.txt
@@ -105,7 +105,7 @@ commands =
105105 check-wheel-contents dist/
106106
107107[testenv:lint]
108- basepython = python3.8
108+ basepython = python3.9
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.8
138+ basepython = python3.9
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.8
146+ basepython = python3.9
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.8
158+ basepython = python3.9
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.8
167+ basepython = python3.9
168168skip_install = True
169169ignore_errors = True
170170whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments