From 1c7d044d6615ca3e6577867fa45e43ae6076be95 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 19 Nov 2024 08:17:15 +0000 Subject: [PATCH] Added Python 3.13 support. --- .github/workflows/CI.yml | 1 + pyproject.toml | 1 + tox.ini | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index be0313b..f582610 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,6 +40,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 1c9e100..ecf8d2f 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", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", diff --git a/tox.ini b/tox.ini index 0649d79..0114b70 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = {py38,py39,py310,py311}-django{42}-crispy{2,-latest}, {py310,py311,py312}-django{50,51}-crispy{2,-latest}, + {py313}-django{51}-crispy{2,-latest}, lint [testenv]