Преглед изворни кода

exclude all pypy on Windows, fix coveralls python version

Peter Bieringer пре 5 месеци
родитељ
комит
c852070afe
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/test.yml

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

@@ -9,7 +9,7 @@ jobs:
         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.11
+            python-version: [ 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python-version: ['3.13.0']
+        python-version: ['3.13']
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4