2
0
Эх сурвалжийг харах

Also add 3.5 support in workflow.

Jelmer Vernooij 5 жил өмнө
parent
commit
92abcdd15a

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

@@ -9,7 +9,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: [3.6, 3.7, 3.8, pypy3]
+        python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
       fail-fast: false
 
     steps: