]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
upgrade pypy to 3.11; fixes issue building cryptography wheel for CI main
authorBob Halley <halley@dnspython.org>
Tue, 26 May 2026 12:43:05 +0000 (05:43 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 26 May 2026 12:43:05 +0000 (05:43 -0700)
.github/workflows/ci.yml

index 8c4e776facd446a367c0c33d4f91e6e095118ce4..845c552c1c10ab7c92b35997d491f50ef70bc2cf 100644 (file)
@@ -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