Browse Source

re-activate test matrix

Falko Schindler 6 months ago
parent
commit
0ec3ccce27
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/test.yml

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

@@ -10,8 +10,7 @@ jobs:
   test:
   test:
     strategy:
     strategy:
       matrix:
       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
       fail-fast: false
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     timeout-minutes: 40
     timeout-minutes: 40