From 839756f9b33c954a1897ea5c9eeee8006671fe99 Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Fri, 6 Oct 2023 17:54:07 +0200 Subject: [PATCH] fixup! ci: use Python 3.12 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 4587c6eaf..6e920c09d 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,8 @@ pass_env = POEDITOR_TOKEN use_frozen_constraints = true constrain_package_deps = true + +[testenv:py] extras = excel deps = pytest