File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3535 if : steps.changes.outputs.code == 'true'
3636 uses : " actions/setup-python@v4"
3737 with :
38- python-version : " 3.6 "
38+ python-version : " 3.8 "
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@v4"
4242 with :
43- python-version : " 3.6 "
43+ python-version : " 3.8 "
4444
4545 - name : Install dependencies 🔧
4646 run : |
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ license-key = "MIT"
171171package = " pyproject_parser"
172172
173173[tool .mypy ]
174- python_version = " 3.6 "
174+ python_version = " 3.8 "
175175namespace_packages = true
176176check_untyped_defs = true
177177warn_unused_ignores = true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ version: '0.9.1'
1111license : ' MIT'
1212short_desc : " Parser for 'pyproject.toml'"
1313
14- python_deploy_version : 3.6
14+ python_deploy_version : 3.8
1515sphinx_html_theme : furo
1616preserve_custom_theme : true
1717tox_testenv_extras : readme,cli
Original file line number Diff line number Diff line change 5858 pypy38
5959 pypy39
6060qa = mypy, lint
61- cov = py36 , coverage
61+ cov = py38 , coverage
6262
6363[testenv]
6464setenv =
@@ -114,7 +114,7 @@ commands =
114114 check-wheel-contents dist/
115115
116116[testenv:lint]
117- basepython = python3.6
117+ basepython = python3.8
118118changedir = {toxinidir}
119119ignore_errors = True
120120skip_install = True
@@ -144,15 +144,15 @@ deps =
144144commands = python3 -m flake8_rst_docstrings_sphinx pyproject_parser tests --allow-toolbox {posargs}
145145
146146[testenv:perflint]
147- basepython = python3.6
147+ basepython = python3.8
148148changedir = {toxinidir}
149149ignore_errors = True
150150skip_install = True
151151deps = perflint
152152commands = python3 -m perflint pyproject_parser {posargs}
153153
154154[testenv:mypy]
155- basepython = python3.6
155+ basepython = python3.8
156156ignore_errors = True
157157changedir = {toxinidir}
158158extras = readme,cli
@@ -163,7 +163,7 @@ deps =
163163commands = mypy pyproject_parser tests {posargs}
164164
165165[testenv:pyup]
166- basepython = python3.6
166+ basepython = python3.8
167167skip_install = True
168168ignore_errors = True
169169changedir = {toxinidir}
@@ -172,7 +172,7 @@ extras = readme,cli
172172commands = pyup_dirs pyproject_parser tests --py36-plus --recursive
173173
174174[testenv:coverage]
175- basepython = python3.6
175+ basepython = python3.8
176176skip_install = True
177177ignore_errors = True
178178whitelist_externals = /bin/bash
You can’t perform that action at this time.
0 commit comments