From: Bob Halley Date: Tue, 26 May 2026 12:43:05 +0000 (-0700) Subject: upgrade pypy to 3.11; fixes issue building cryptography wheel for CI X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fdnspython.git upgrade pypy to 3.11; fixes issue building cryptography wheel for CI --- 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