Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 83c10f5

Browse files
authored
Add free threaded Python 3.14t to CI workflow matrix (#306)
https://www.python.org/downloads/release/python-3140/ The free threaded continuation of: * #302
1 parent 2ae1ff4 commit 83c10f5

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)

AltStyle によって変換されたページ (->オリジナル) /