Skip to content

Commit 04c0770

Browse files
committed
3.6=>3.6.15
1 parent 4581fa5 commit 04c0770

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest]
13-
python-version: ['3.6', '3.7', '3.8', '3.9']
13+
python-version: ['3.6.15', '3.7', '3.8', '3.9']
1414

1515
steps:
1616
- uses: actions/checkout@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packages =
1818
slapping
1919
install_requires =
2020
requests>=2
21-
python_requires = >=3.6
21+
python_requires = >=3.6.15
2222
package_dir =
2323
=src
2424
zip_safe = no

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ isolated_build = true
55

66
[gh-actions]
77
python =
8-
3.6: py36, mypy, flake8
8+
3.6.15: py36, mypy, flake8
99
3.7: py37
1010
3.8: py38
1111
3.9: py39
@@ -19,12 +19,12 @@ commands =
1919
pytest --basetemp={envtmpdir}
2020

2121
[testenv:flake8]
22-
basepython = python3.6
22+
basepython = python3.6.15
2323
deps = flake8
2424
commands = flake8 src tests
2525

2626
[testenv:mypy]
27-
basepython = python3.6
27+
basepython = python3.6.15
2828
deps =
2929
-r{toxinidir}/requirements_dev.txt
3030
commands = mypy src

0 commit comments

Comments
 (0)