From 0784c5f4f7ce81a8c5789d021df31af1a56b15a3 Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Wed, 29 Jan 2025 09:18:43 -0300 Subject: [PATCH] Add py313 to tox basepython --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0cda883..4ffd57f 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ basepython = py310: python3.10 py311: python3.11 py312: python3.12 + py313: python3.13 deps = poetry django42: Django>=4.2,<4.3