Parcourir la source

Add py3.12 to the CI

J. Nick Koston il y a 1 an
Parent
commit
80c628b87c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/ci.yaml

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

@@ -10,7 +10,7 @@ jobs:
 
     strategy:
       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:
     - uses: actions/checkout@v3