From 838bc044717b29a129cbaa586e349a5970b9de8a Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 5 Aug 2024 14:27:23 +0100 Subject: [PATCH] Enable testing with python 3.11 and 3.12 (#224) Related: #219 --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 0f778311..e26843a7 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -34,7 +34,7 @@ jobs: uses: coactions/dynamic-matrix@v1 with: min_python: "3.9" - max_python: "3.10" + max_python: "3.12" default_python: "3.9" other_names: | lint