Browse Source

remove python 3.11 from tests again

Falko Schindler 2 years ago
parent
commit
5a45e44367
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

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

@@ -6,7 +6,7 @@ jobs:
   test:
   test:
     strategy:
     strategy:
       matrix:
       matrix:
-        python: ["3.7", "3.8", "3.9", "3.10", "3.11.0-rc.2"]
+        python: ["3.7", "3.8", "3.9", "3.10"]
       fail-fast: false
       fail-fast: false
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     timeout-minutes: 10
     timeout-minutes: 10