From 7e8355c68565364b98d4069a32fa712f64edc0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 16 May 2024 11:08:52 +0200 Subject: [PATCH] Set min Python version to 3.8 (#251) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 21c787f1..c01b1d39 100644 --- a/setup.py +++ b/setup.py @@ -33,5 +33,6 @@ "requests>=2.22.0", ], include_package_data=True, + python_requires=">=3.8", zip_safe=True, )