From a50d7148c9405afa507e01722637667c831ee273 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 21 Oct 2024 17:38:44 +0200 Subject: [PATCH] Test using Python 3.13 --- CHANGELOG.rst | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53b738f..4931ce2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,7 @@ Next version - Dropped compatibility with Python 3.9. - Updated all pre-commit hooks. - Added the ``RedirectMixin.admin_fieldset`` convenience method. +- Added Python 3.13 to the CI. 5.2 (2024-06-07) diff --git a/tox.ini b/tox.ini index 4f25cbd..b891d97 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = py{310}-dj{32,42} py{310,311,312}-dj{32,42,50,51,main} + py{313}-dj{51,main} docs slowtests