We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3848a5 commit 39b99d6Copy full SHA for 39b99d6
2 files changed
.github/workflows/main.yml
@@ -88,9 +88,7 @@ jobs:
88
89
- name: py314-djmain-postgres-xdist-coverage
90
python: '3.14'
91
- allow_failure: true
92
-
93
- - name: py314t-djmain-postgres-xdist-coverage
+ allow_f - name: py314t-djmain-postgres-xdist-coverage
94
python: '3.14t'
95
allow_failure: true
96
docs/changelog.rst
@@ -7,7 +7,8 @@ v4.12.0 (Not released yet)
7
Compatibility
8
^^^^^^^^^^^^^
9
10
-* Official Python 3.14 support.
+* Official Python 3.14 support (with free threading support).
11
+* Dropped support for Django 5.1
12
* Dropped support for Python 3.9, minimum version is now Python 3.10.
13
* Official Django 6.0 support.
14
0 commit comments