Assert eris works with python3.9 or newer.

This commit is contained in:
Andrew Hamilton 2021-12-24 01:00:51 +10:00
parent a005174e1a
commit 5c49cf1632

View file

@ -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"]},