Skip to content

Commit 430bc44

Browse files
authored
Add free threaded Python 3.14t to CI workflow matrix
https://www.python.org/downloads/release/python-3140/ The free threaded continuation of: * django-commons#302
1 parent 6a948df commit 430bc44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ jobs:
5050
fail-fast: false
5151
max-parallel: 6
5252
matrix:
53-
python-version: ["3.11", "3.12", "3.13", "3.14"]
53+
python-version: ["3.11", "3.12", "3.13", "3.14", "3.14t"]
5454
django-version: ["5.2.5"]
5555
broker: ["redis", "fakeredis", "valkey"]
5656
include:
57-
- python-version: "3.13"
57+
- python-version: "3.14t"
5858
django-version: "5.2.5"
5959
broker: "redis"
6060
coverage: yes
@@ -96,7 +96,7 @@ jobs:
9696
python-version: "${{ matrix.python-version }}"
9797
allow-prereleases: true
9898

99-
- name: Install django version
99+
- name: Install Django version
100100
shell: bash
101101
run: |
102102
if [ ${{ matrix.broker == 'valkey' }} == true ]; then
@@ -149,8 +149,8 @@ jobs:
149149
message: ${{ env.COVERAGE }}%
150150
color: green
151151

152-
# Prepare a draft release for GitHub Releases page for the manual verification
153-
# If accepted and published, release workflow would be triggered
152+
# Prepare a draft release for the GitHub Releases page for manual verification
153+
# If accepted and published, the release workflow would be triggered
154154
update_release_draft:
155155
permissions:
156156
# write permission is required to create a GitHub release

0 commit comments

Comments
 (0)