From 2734e6ddbcc5e10081066bcc65b6a13670a9dd52 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 21 Oct 2024 18:26:19 +0200 Subject: [PATCH] py313 --- .github/workflows/tests.yml | 1 + CHANGELOG.rst | 1 + pyproject.toml | 1 + tox.ini | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c88a24b..4b36c91 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fbbffea..3d339e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,7 @@ Next version emails to authors option. * Stopped slugifying choice values so that we properly support non-latin characters. +- Added Python 3.13. 0.26 ---- diff --git a/pyproject.toml b/pyproject.toml index 1b0de2d..72e558b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,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 :: Dynamic Content", "Topic :: Software Development", ] diff --git a/tox.ini b/tox.ini index 1687d9c..bd2e216 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py{39,310}-dj{32,42} py{310,311}-dj{32,42,50,main} py{312}-dj{42,50,51,main} + py{313}-dj{51,main} [testenv] usedevelop = true