From c8d0f39667dba218656c26e433aafa40c5507198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Fri, 7 Jun 2024 14:58:03 +0200 Subject: [PATCH] update testing matrix --- .github/workflows/main.yml | 3 ++- tox.ini | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4706322..f05fc69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,11 +23,12 @@ jobs: strategy: matrix: python-version: - # - "3.6" stopped working with GitHub actions, disabling temporarily - "3.7" - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" fail-fast: false services: diff --git a/tox.ini b/tox.ini index ade13f0..b4587d4 100644 --- a/tox.ini +++ b/tox.ini @@ -28,8 +28,12 @@ show_missing = True [tox] envlist = checkqa, - py{36,37,38,39}-dj{22,30,31}, - py{38,39,310}-dj{32,40,41,main} + py{37,38,39}-dj{22,30,31}, + py{37,38,39,310}-dj{32} + py{38,39,310}-dj{32,40} + py{38,39,310,311}-dj{41} + py{38,39,310,311,312}-dj{42} + py{310,311,312}-dj{50,51,main} [testenv] passenv = CI, CIRCLECI, CIRCLE_* @@ -41,6 +45,9 @@ deps = dj32: Django>=3.2,<4.0 dj40: Django>=4.0,<4.1 dj41: Django>=4.1,<4.2 + dj42: Django>=4.2,<5.0 + dj50: Django>=5.0,<5.1 + dj51: Django>=5.1a1,<5.2 master: https://github.com/django/django/tarball/master -r requirements_test.txt