Browse Source

github workflow: disable unavailable python3.4

https://github.com/fphammerle/free-disk/pull/6/checks?check_run_id=367653111#step:3:9
Fabian Peter Hammerle 4 years ago
parent
commit
20f9c8f140
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python.yml

+ 1 - 1
.github/workflows/python.yml

@@ -10,7 +10,7 @@ jobs:
     strategy:
       matrix:
         python-version:
-        - 3.4
+        # 3.4 not available
         - 3.5
         - 3.6
         - 3.7