]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update ci matrix
authorBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 21:14:41 +0000 (14:14 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 21 Sep 2024 21:14:41 +0000 (14:14 -0700)
.github/workflows/ci.yml

index c93f852656f6e62658a42777f51e8dd5e1b9bc3d..425ed05e9c04aae0d4e8a997453cfc1bd846e94a 100644 (file)
@@ -30,11 +30,17 @@ jobs:
           - "3.10"
           - "3.11"
           - "3.12"
+          - "3.13-dev"
+          - "pypy3.10"
         exclude:
+          - os: windows-latest
+            python-version: "3.9"
+          - os: windows-latest
+            python-version: "3.10"
           - os: windows-latest
             python-version: "3.11"
           - os: windows-latest
-            python-version: "3.9"
+            python-version: "pypy3.10"
 
     steps:
     - uses: actions/checkout@v4