From 6ba3f242329b03d67e4dbbcc4e6845cba67ca0f8 Mon Sep 17 00:00:00 2001 From: gcseter Date: Wed, 9 Oct 2024 09:04:47 +0200 Subject: [PATCH] fix tox config --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 3e554a6..c04d25c 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = [gh] python = - 3.12 = py312 - 3.11 = py311 - 3.10 = py310 - 3.9 = py39 + 3.12 = py312-elasticsearch{1,2,5,6,7} + 3.11 = py311-elasticsearch{1,2,5,6,7} + 3.10 = py310-elasticsearch{1,2,5,6,7} + 3.9 = py39-elasticsearch{1,2,5,6,7}