From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:50:57 +0000 (+0200) Subject: Add support for Python 3.13 (#3460) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c13f18a5af4c64c649881b2fe8dbd72a519c32;p=thirdparty%2Fhttpx.git Add support for Python 3.13 (#3460) --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ce3df5db..ae70a6b3 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9e671911..675d2ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [