From 255c4b0901c6755ebb28c090ce565990f9e676f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Thu, 18 Jul 2024 20:56:32 +0200 Subject: [PATCH] Add support for Python 3.13 --- .github/workflows/test.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a4b073..d77281d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13-dev' tox-environment: - dj50 - dj51 diff --git a/pyproject.toml b/pyproject.toml index 618524f..f037895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", ]