Skip to content

Commit c14e005

Browse files
authored
Merge pull request #52 from ulgens/python3.13
Add support for Python 3.13
2 parents d30e19a + 86f1933 commit c14e005

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
@@ -16,6 +16,7 @@ jobs:
1616
- "3.10"
1717
- "3.11"
1818
- "3.12"
19+
- "3.13"
1920
tox-env:
2021
- "dj42" # LTS
2122
- "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, and 3.12 (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 and 3.13 (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
@@ -21,6 +21,7 @@
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
]
2526

2627

0 commit comments

Comments
 (0)