Skip to content

Commit 6241171

Browse files
committed
DRAFT: Add free threaded Python 3.14t to CI workflow matrix
1 parent 47eced0 commit 6241171

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- '3.12'
3838
- '3.13'
3939
- '3.14'
40+
- '3.14t'
4041
django-version:
4142
- 'django==4.2'
4243
- 'django==5.0'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
3030
"Programming Language :: Python :: 3.14",
31+
"Programming Language :: Python :: Free Threading",
3132
"Framework :: Django :: 5.0",
3233
"Framework :: Django :: 5.1",
3334
"Framework :: Django :: 5.2",

0 commit comments

Comments
 (0)