Skip to content

Commit 70cc850

Browse files
committed
update git versions
1 parent b366b83 commit 70cc850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [3.4, 3.5, 3.6]
15+
python-version: [3.4, 3.5, 3.6.8]
1616

1717
steps:
1818
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ usedevelop=True
1919
python =
2020
3.4: py34
2121
3.5: py35
22-
3.6: py36
22+
3.6.8: py36
2323

2424
[flake8]
2525
max-complexity = 5

0 commit comments

Comments
 (0)