From 9bfd5299ef4f523a807a39ee9452203520781e10 Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos <4732915+cuducos@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:51:58 -0400 Subject: [PATCH] Fixes GitHub Actions for Python 3.13-dev --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 504c7cc..7164c08 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ isolated_build = True envlist = - py{3.9,3.10,3.11,3.12,3.13}-django4.2 - py{3.10,3.11,3.12,3.13}-django5.0 + py{3.9,3.10,3.11,3.12,3.13-dev}-django4.2 + py{3.10,3.11,3.12,3.13-dev}-django5.0 [gh-actions] python = @@ -11,7 +11,7 @@ python = 3.10: py3.10 3.11: py3.11 3.12: py3.12 - 3.13: py3.13 + 3.13-dev: py3.13 [testenv] setenv =