From 86f19337c13fdbf0fe898b2861a6a8e78d0b045f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Mon, 3 Nov 2025 22:21:55 +0300 Subject: [PATCH] Add support for Python 3.13 --- .github/workflows/ci.yml | 1 + README.rst | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c59f238..7628e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" tox-env: - "dj42" # LTS - "dj50" diff --git a/README.rst b/README.rst index ff8817b..eedc9da 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Automated code metrics: * Free software: MIT license * Documentation for the Click command line library: https://click.palletsprojects.com/en/stable/ -* Compatible with Django 4.2 and 5.0 running on Python 3.10, 3.11, and 3.12 (note: 3.10+ required for Django 5.0). +* Compatible with Django 4.2 and 5.0 running on Python 3.10, 3.11, 3.12 and 3.13 (note: 3.10+ required for Django 5.0). Installation diff --git a/setup.py b/setup.py index c57b4e2..15c47f1 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ]