Skip to content

Commit e9bcba3

Browse files
sobolevnintgr
authored andcommitted
Update test.yml
1 parent 29b1577 commit e9bcba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
python-version: ['3.10', '3.11', '3.12', '3.13']
59+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6060
shard: [0, 1, 2, 3]
6161
fail-fast: false
6262
steps:
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
strategy:
118118
matrix:
119-
python-version: ['3.12', '3.13']
119+
python-version: ['3.12', '3.13', '3.14']
120120
fail-fast: false
121121
steps:
122122
- uses: actions/checkout@v6
@@ -203,7 +203,7 @@ jobs:
203203
strategy:
204204
fail-fast: false
205205
matrix:
206-
python-version: ['3.10', '3.11', '3.12', '3.13']
206+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
207207
django-version: ['5.0', '5.1', '5.2']
208208
include:
209209
- python-version: '3.12'

0 commit comments

Comments
 (0)