We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b366b83 commit 70cc850Copy full SHA for 70cc850
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: [3.4, 3.5, 3.6]
+ python-version: [3.4, 3.5, 3.6.8]
16
17
steps:
18
- uses: actions/checkout@v2
tox.ini
@@ -19,7 +19,7 @@ usedevelop=True
19
python =
20
3.4: py34
21
3.5: py35
22
- 3.6: py36
+ 3.6.8: py36
23
24
[flake8]
25
max-complexity = 5
0 commit comments