]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Python versions
authorTom Christie <tom@tomchristie.com>
Thu, 21 Nov 2024 11:30:33 +0000 (11:30 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 11:30:33 +0000 (11:30 +0000)
.github/workflows/test-suite.yml

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