From 0dfcb1ef6346b41942807e7d719bbe3ac426bb85 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 26 May 2026 05:43:05 -0700 Subject: [PATCH] upgrade pypy to 3.11; fixes issue building cryptography wheel for CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c4e776f..845c552c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,14 +32,14 @@ jobs: - "3.13" - "3.14" - "3.15-dev" - - "pypy3.10" + - "pypy3.11" exclude: - os: windows-latest python-version: "3.10" - os: windows-latest python-version: "3.11" - os: windows-latest - python-version: "pypy3.10" + python-version: "pypy3.11" steps: - uses: actions/checkout@v6 -- 2.47.3