Skip to content

Commit 5a62c02

Browse files
committed
Test agains 314t
1 parent edf26cc commit 5a62c02

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
15+
python-version: [
16+
'3.8',
17+
'3.9',
18+
'3.10',
19+
'3.11',
20+
'3.12',
21+
'3.13',
22+
# '3.14',
23+
'3.14t'
24+
]
1625

1726
steps:
1827
- uses: actions/checkout@v5

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ envlist =
33
py{38,39,310,311}-dj42
44
py{310,311,312}-dj50
55
py{310,311,312}-dj51
6-
py{310,311,312,313,314}-dj52
7-
py{312,313,314}-dj60
8-
py{312,313,314}-djmain
6+
py{310,311,312,313,314,314t}-dj52
7+
py{312,313,314,314t}-dj60
8+
py{312,313,314,314t}-djmain
99

1010
skipsdist = True
1111

@@ -37,3 +37,4 @@ python =
3737
3.12: py312
3838
3.13: py313
3939
3.14: py314
40+
3.14t: py314t

0 commit comments

Comments
 (0)