From 667e947b193ef21f6022c480696277b0907bec13 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 5 Feb 2024 21:20:10 +0000 Subject: [PATCH] Temporarily disable pypy-3.10-nightly More issues, and not in my code. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e076a28..9f1e996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,8 @@ jobs: - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9-nightly' - - 'pypy-3.10-nightly' + # Pypy-3.10 nightly seems to have some issues in bootstrapping + # - 'pypy-3.10-nightly' include: # Python < 3.10 is not available on macOS 14 - os: macos-14 -- 2.39.2