diff options
| author | Marcin Lulek <info@webreactor.eu> | 2022-01-07 14:36:17 +0100 |
|---|---|---|
| committer | Marcin Lulek <info@webreactor.eu> | 2022-01-07 14:36:17 +0100 |
| commit | 0ee365dc7195a402a2c04d5d857ccf70d2b6c8a5 (patch) | |
| tree | 329ac9eb654cc0e2c06c48dc80138d11370340ff /.github | |
| parent | c7250ee947d2804a54a272373758150cce9db539 (diff) | |
| download | pyramid-0ee365dc7195a402a2c04d5d857ccf70d2b6c8a5.tar.gz pyramid-0ee365dc7195a402a2c04d5d857ccf70d2b6c8a5.tar.bz2 pyramid-0ee365dc7195a402a2c04d5d857ccf70d2b6c8a5.zip | |
Switch PyPy to pypy-3.8
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4fa7c1403..acae984af 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,7 +19,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "pypy3" + - "pypy-3.8" os: - "ubuntu-latest" - "windows-latest" @@ -33,7 +33,7 @@ jobs: - os: "ubuntu-latest" pytest-args: "--cov" - os: "ubuntu-latest" - py: "pypy3" + py: "pypy-3.8" pytest-args: "" exclude: @@ -44,7 +44,7 @@ jobs: architecture: x86 # PyPy3 on Windows doesn't seem to work - os: "windows-latest" - py: "pypy3" + py: "pypy-3.8" name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} |
