1
0
Эх сурвалжийг харах

Add Python 3.12 and missing pypy-3.10, pypy-3.11

Peter Bieringer 1 жил өмнө
parent
commit
5b0cc60cb9

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

@@ -6,7 +6,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', pypy-3.7, pypy-3.8, pypy-3.9]
+        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, pypy-3.12]
         exclude:
           - os: windows-latest
             python-version: pypy-3.7