Explorar o código

Add py3.12 to the CI

J. Nick Koston hai 1 ano
pai
achega
80c628b87c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -10,7 +10,7 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        python-version: [3.9, "3.10", "3.11", "3.12"]
+        python-version: [3.9, "3.10", "3.11", "3.12.0-rc.1"]
 
 
     steps:
     steps:
     - uses: actions/checkout@v3
     - uses: actions/checkout@v3