From 5c49cf1632cc7e37dd42385e5ea05dd20e9e69a8 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Fri, 24 Dec 2021 01:00:51 +1000 Subject: [PATCH] Assert eris works with python3.9 or newer. --- eris/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eris/setup.py b/eris/setup.py index 0e05c81..fbf8d9f 100755 --- a/eris/setup.py +++ b/eris/setup.py @@ -16,6 +16,7 @@ setup(name="eris", author="Andrew Hamilton", author_email="and_hamilton@yahoo.com", license="Artistic 2.0", + python_requires=">=3.9.0", packages=["eris"], py_modules=["lscolors", "sorted_collection"], package_data={"eris": ["LS_COLORS.sh", "tools.toml"]},