From efc5ad01e0ed5634ee83e8911fe3c1330d5124c2 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 25 Apr 2024 09:24:24 +0200 Subject: [PATCH] Add Python 3.13.0a6 to tox matrix --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 52ed80e3..ce450d3d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {3.7,3.8,3.9,3.10,3.11,3.12} +envlist = {3.7,3.8,3.9,3.10,3.11,3.12,3.13} [testenv] commands = make check