소스 검색

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: