瀏覽代碼

no python 3.6

Rodja Trappe 3 年之前
父節點
當前提交
8a76945882
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/test.yml

+ 2 - 1
.github/workflows/test.yml

@@ -6,7 +6,8 @@ jobs:
   test:
     strategy:
       matrix:
-        python: [3.6, 3.7, 3.8, 3.9]
+        python: [3.7, 3.8, 3.9]
+      fail-fast: false
     runs-on: ubuntu-latest
     timeout-minutes: 10
     steps: