]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add support for Python 3.13 (#3460)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 23 Dec 2024 21:50:57 +0000 (23:50 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 21:50:57 +0000 (15:50 -0600)
.github/workflows/test-suite.yml
pyproject.toml

index ce3df5db81148808bb824ca776ca7795cd425767..ae70a6b32b90183ffcb8fa1027733c9bf71ffcf7 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
 
     steps:
       - uses: "actions/checkout@v4"
index 9e671911356e5a223eae91abf163781583411173..675d2ad4c675cd6cc1669d66ce71f8af514a75b0 100644 (file)
@@ -25,6 +25,7 @@ classifiers = [
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
+    "Programming Language :: Python :: 3.13",
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [