Skip to content

Commit 37c806d

Browse files
authored
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
1 parent ff12c88 commit 37c806d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ envlist =
33
py{38,39,310,311}-dj42
44
py{310,311,312}-dj50
55
py{310,311,312}-dj51
6-
py{310,311,312,313}-dj52
7-
py{312,313}-djmain
6+
py{310,311,312,313,314}-dj52
7+
# py{312,313,314}-djmain
88

99
skipsdist = True
1010

0 commit comments

Comments
 (0)