]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add Python 3.14 to test matrix
authorKim Christie <tom@tomchristie.com>
Fri, 12 Sep 2025 11:14:49 +0000 (12:14 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 11:14:49 +0000 (12:14 +0100)
.github/workflows/test-suite.yml

index 9ea74686b81550a1c341ac7a396d7f8c6579f8b8..183307dd4473a46d775b9bd34729bb7f9616b4a4 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+        python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
 
     steps:
       - uses: "actions/checkout@v4"