Skip to content

Commit 94d7570

Browse files
committed
Add support for Python 3.14
1 parent c14e005 commit 94d7570

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "3.11"
1818
- "3.12"
1919
- "3.13"
20+
- "3.14"
2021
tox-env:
2122
- "dj42" # LTS
2223
- "dj50"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Automated code metrics:
2626

2727
* Free software: MIT license
2828
* Documentation for the Click command line library: https://click.palletsprojects.com/en/stable/
29-
* 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).
29+
* 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).
3030

3131

3232
Installation

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
]
2627

2728

0 commit comments

Comments
 (0)