* aligned list with supported Python versions [1]
* as of today, supported versions are 3.8 to 3.12
https://devguide.python.org/versions/
Signed-off-by: Ariel Otilibili <otilibil(a)eurecom.fr>
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 3dca5c7..8902423 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38
+envlist = py38,py39,py310,py311,py312
[testenv]
deps=
--
2.45.2