Skip to content

Commit f7c3d5f

Browse files
committed
Add Django 5.1, 5.2 and Python 3.14 test
1 parent c89ee7c commit f7c3d5f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
max-parallel: 5
3030
matrix:
31-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
31+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3232

3333
steps:
3434
- uses: actions/checkout@v5

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
isolated_build = true
33
envlist =
44
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
5-
py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations}
6-
py{310,311,312,313}-dj{51}-{unittest,pytest,checkmigrations}
7-
py{310,311,312,313}-dj{52}-{unittest,pytest,checkmigrations}
8-
py{310,311,312,313}-dj{main}-{unittest,pytest,checkmigrations}
5+
py{310,311,312,313,314}-dj{50}-{unittest,pytest,checkmigrations}
6+
py{310,311,312,313,314}-dj{51}-{unittest,pytest,checkmigrations}
7+
py{310,311,312,313,314}-dj{52}-{unittest,pytest,checkmigrations}
8+
py{310,311,312,313,314}-dj{main}-{unittest,pytest,checkmigrations}
99
skip_missing_interpreters = True
1010

1111
[testenv]
@@ -42,3 +42,4 @@ python =
4242
3.11: py311
4343
3.12: py312
4444
3.13: py313
45+
3.14: py314

0 commit comments

Comments
 (0)