diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7628e48..9cc155f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" tox-env: - "dj42" # LTS - "dj50" diff --git a/README.rst b/README.rst index eedc9da..260aa7d 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, 3.12 and 3.13 (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, 3.13 and 3.14 (note: 3.10+ required for Django 5.0). Installation diff --git a/setup.py b/setup.py index 15c47f1..2dc17e6 100755 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ]