Add Django 5.1, 5.2 and Python 3.14 test

This commit is contained in:
Rémy Hubscher 2025-10-21 09:56:59 +02:00
parent c89ee7c25d
commit f7c3d5f736
No known key found for this signature in database
GPG key ID: 71FB501114D76F22
2 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v5

View file

@ -2,10 +2,10 @@
isolated_build = true
envlist =
py{38,39,310,311,312}-dj{42}-{unittest,pytest,checkmigrations}
py{310,311,312}-dj{50}-{unittest,pytest,checkmigrations}
py{310,311,312,313}-dj{51}-{unittest,pytest,checkmigrations}
py{310,311,312,313}-dj{52}-{unittest,pytest,checkmigrations}
py{310,311,312,313}-dj{main}-{unittest,pytest,checkmigrations}
py{310,311,312,313,314}-dj{50}-{unittest,pytest,checkmigrations}
py{310,311,312,313,314}-dj{51}-{unittest,pytest,checkmigrations}
py{310,311,312,313,314}-dj{52}-{unittest,pytest,checkmigrations}
py{310,311,312,313,314}-dj{main}-{unittest,pytest,checkmigrations}
skip_missing_interpreters = True
[testenv]
@ -42,3 +42,4 @@ python =
3.11: py311
3.12: py312
3.13: py313
3.14: py314