From 37c806d6d9440ca6901f23e0c46ebfbf82d5ea8c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 4 Oct 2025 12:15:48 +0200 Subject: [PATCH] tox.ini: Temporarily stop testing Django v6.0a1 GitHub Actions tests are [currently failing](https://github.com/django-commons/django-fsm-2/actions/workflows/test.yml) on Django's `main` branch, so temporarily stop testing Django v6.0 alpha. * https://pypi.org/project/Django/#history * https://github.com/django/django/tags --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ba66b74..ca44b40 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,8 @@ envlist = py{38,39,310,311}-dj42 py{310,311,312}-dj50 py{310,311,312}-dj51 - py{310,311,312,313}-dj52 - py{312,313}-djmain + py{310,311,312,313,314}-dj52 + # py{312,313,314}-djmain skipsdist = True