Просмотр исходного кода

remove pypy-3.10/11/12, not existing?!

Peter Bieringer 1 год назад
Родитель
Сommit
8baf4b7e3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/test.yml

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

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