From ac9e73ce77912da2b2f35c08c7af414824049949 Mon Sep 17 00:00:00 2001 From: Hemanth Nakkina Date: Fri, 20 Oct 2023 06:15:44 +0530 Subject: [PATCH] Add py311 in tox file Add py311 in tox file Change-Id: Ibd0488bad917022ee9d31013886367bfcddee326 --- charms/designate-bind-k8s/tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charms/designate-bind-k8s/tox.ini b/charms/designate-bind-k8s/tox.ini index a6803f6e..b14f9098 100644 --- a/charms/designate-bind-k8s/tox.ini +++ b/charms/designate-bind-k8s/tox.ini @@ -73,6 +73,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}