From c09e04cc8bb6a9e667141d2f690e4ed8bdd84d9e Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Fri, 2 Aug 2024 20:09:47 +0200 Subject: [PATCH] Remove Python 3.9 from tox config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfd7c75..f25dd9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,7 @@ exclude_lines = [ legacy_tox_ini = """ [tox] isolated_build = True -envlist = py{312,311,310,39} +envlist = py{312,311,310} skip_missing_interpreters = True [testenv]