From 62dabe72879dd1b45608e341003eded212ad47eb Mon Sep 17 00:00:00 2001 From: Lena Bertho Date: Fri, 13 Dec 2024 15:09:13 +0100 Subject: [PATCH] tox: do not use check python 3.8/3.9 builds in PR --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 23e62e9..12663f0 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,6 @@ isolated_build = true [gh-actions] python = - 3.8: py38, - 3.9: py39, 3.10: py310, flake8 3.11: py311,