From 6276885ea91ffe81fd841f7ad370575bf4ee11f2 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Wed, 29 Apr 2026 12:28:41 -0400 Subject: [PATCH] Switch to PyPy nightly --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2427c3997..e9a467a1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe' lsp_extract_file: '' extra_name: ', with IFS LSP' - - python: 'pypy-3.11' + - python: 'pypy-3.11-nightly' arch: 'x64' lsp: '' lsp_extract_file: '' @@ -241,7 +241,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['pypy-3.11', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] + python: ['pypy-3.11-nightly', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] check_formatting: ['0'] no_test_requirements: ['0'] extra_name: [''] @@ -323,7 +323,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['pypy-3.11', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] + python: ['pypy-3.11-nightly', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t'] continue-on-error: >- ${{ (