From cb292300768c8f6d8ea105e97ce8f27a2ce5bfc5 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Thu, 19 Dec 2024 10:07:17 -0600 Subject: [PATCH] chore: completely drop py3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e448028c..a4610360c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "coffea" description = "Basic tools and wrappers for enabling not-too-alien syntax when running columnar Collider HEP analysis." readme = "README.rst" license = {text = "BSD-3-Clause"} -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ { name = "Lindsey Gray", email = "lagray@fnal.gov" }, { name = "Nick Smith", email = "ncsmith@fnal.gov" },