From 5a52c364e402535eedf1d92ba73b14cbed639907 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 01:05:42 +0100 Subject: [PATCH] chore(deps): Set minimum supported python version to 3.8. --- backend/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/setup.cfg b/backend/setup.cfg index 5f5540b..516e36b 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -20,6 +20,7 @@ classifiers = universal = True [options] +python_requires = >=3.8 packages = flaschengeist_events install_requires =