From 425ea55b6d3d6de4886cbefb055a2131491c0cf5 Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Fri, 20 Oct 2023 06:13:35 +0530 Subject: [PATCH] Add py311 in tox file Add py311 in tox file Change-Id: I28d02ca4d7dc2a66d725dfb492578b168efa2f57 --- charms/barbican-k8s/tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charms/barbican-k8s/tox.ini b/charms/barbican-k8s/tox.ini index ba31f62b..fbaa02c5 100644 --- a/charms/barbican-k8s/tox.ini +++ b/charms/barbican-k8s/tox.ini @@ -76,6 +76,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}