Răsfoiți Sursa

Actions: Test pypy-3.7 and pypy-3.8

Unrud 4 ani în urmă
părinte
comite
b610c3214d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/test.yml

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

@@ -6,7 +6,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
+        python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7, pypy-3.8]
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2