From d84ef57f0f9fc65ef948a7f918e142e5fb80ecdc Mon Sep 17 00:00:00 2001 From: gcseter Date: Tue, 8 Oct 2024 10:28:43 +0200 Subject: [PATCH] add python 3.12 to tox --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index c247cac..2c55f8b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,8 @@ envlist = py38-elasticsearch{1,2,5,6,7} py39-elasticsearch{1,2,5,6,7} py310-elasticsearch{1,2,5,6,7} + py311-elasticsearch{1,2,5,6,7} + py312-elasticsearch{1,2,5,6,7} [testenv] deps =