소스 검색

re-activate test matrix

Falko Schindler 6 달 전
부모
커밋
0ec3ccce27
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/test.yml

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

@@ -10,8 +10,7 @@ jobs:
   test:
     strategy:
       matrix:
-        # python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
-        python: ["3.13"]
+        python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
       fail-fast: false
     runs-on: ubuntu-latest
     timeout-minutes: 40