Skip to content

Commit 045938d

Browse files
authored
Confirmed support for Python 3.14. (#42)
1 parent ee7ab7d commit 045938d

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- '3.11'
1717
- '3.12'
1818
- '3.13'
19+
- '3.14'
1920

2021
steps:
2122
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.11'
1919
- '3.12'
2020
- '3.13'
21+
- '3.14'
2122

2223
steps:
2324
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Next Release (TBC)
44
* Removed support for Django 4.2, 5.0 and 5.1.
5+
* Confirmed support for Python 3.14.
56

67
## 2025.6 (2025-06-08)
78

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ max_line_length=118
33

44
[tox]
55
envlist =
6-
{py310,py311,py312,py13}-django{52}-crispy{2,-latest},
6+
{py310,py311,py312,py13,py314}-django{52}-crispy{2,-latest},
77
lint
88

99
[testenv]

0 commit comments

Comments
 (0)