From c6afc0dc3e53a6bbdd8848228d96f8ee9d4140e5 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 6 Feb 2024 21:00:54 +0000 Subject: [PATCH] Re-enable pypy-3.10 Based on #41, this can be re-enabled now. --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f1e996..f0699eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,8 @@ jobs: - '3.12' - 'pypy-3.7' - 'pypy-3.8' - - 'pypy-3.9-nightly' - # Pypy-3.10 nightly seems to have some issues in bootstrapping - # - 'pypy-3.10-nightly' + - 'pypy-3.9' + - 'pypy-3.10' include: # Python < 3.10 is not available on macOS 14 - os: macos-14 @@ -49,6 +48,10 @@ jobs: python-version: '3.12' - os: macos-14 python-version: 'pypy-3.8' + - os: macos-14 + python-version: 'pypy-3.9' + - os: macos-14 + python-version: 'pypy-3.10' fail-fast: false steps: -- 2.39.2