From f544dff163df16847da02b2cddb59c1a07add638 Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Wed, 31 Jan 2024 23:28:17 +1100 Subject: [PATCH] bump min Python to 3.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7a9188d..b4c4370 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [options] -python_requires = >= 3.7 +python_requires = >= 3.8 package_dir= =src