Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']

steps:
- uses: actions/checkout@v5
Expand Down
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ envlist =
py{38,39,310,311}-dj42
py{310,311,312}-dj50
py{310,311,312}-dj51
py{310,311,312,313,314}-dj52
py{312,313,314}-dj60
py{312,313,314}-djmain
py{310,311,312,313,314,314t}-dj52
py{312,313,314,314t}-dj60
py{312,313,314,314t}-djmain

skipsdist = True

skip_missing_interpreters = True

[testenv]
deps =
dj42: Django==4.2
Expand Down Expand Up @@ -36,4 +38,4 @@ python =
3.11: py311
3.12: py312
3.13: py313
3.14: py314
3.14: py314, py314t
Copy link
Member

@ulgens ulgens Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asking to learn, why not

3.14: py314
3.14t: py314t

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct.