From 5b29a23df2a92825e8defce666bd479adc21ee64 Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Fri, 20 Oct 2023 06:19:36 +0530 Subject: [PATCH] Add py311 in tox file Add py311 in tox file Change-Id: I34f4d363d28702eb0a033b65f1b5fd5011938a3f --- charms/octavia-k8s/tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charms/octavia-k8s/tox.ini b/charms/octavia-k8s/tox.ini index 0bc536c1..067963f9 100644 --- a/charms/octavia-k8s/tox.ini +++ b/charms/octavia-k8s/tox.ini @@ -72,6 +72,10 @@ deps = {[testenv:py3]deps} basepython = python3.10 deps = {[testenv:py3]deps} +[testenv:py311] +basepython = python3.11 +deps = {[testenv:py3]deps} + [testenv:cover] basepython = python3 deps = {[testenv:py3]deps}