Peter Bieringer преди 5 месеца
родител
ревизия
accd65d94a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/test.yml

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

@@ -6,10 +6,10 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: ['3.9', '3.10', '3.11', '3.12.3', '3.13.0', pypy-3.9]
+        python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
         exclude:
           - os: windows-latest
-            python-version: pypy-3.9
+            python-version: pypy-3.11
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4