From 813dc53c40c88c8251cabc44cf7151713a24e7d8 Mon Sep 17 00:00:00 2001 From: ftCLI Date: Sat, 3 Jun 2023 14:17:17 +0200 Subject: [PATCH] Loosen up Python requirements --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 705e1d9..3794b7c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="font-CLI", - version="0.9.17.dev0", + version="0.9.17", description="A set of command line tools to edit fonts with FontTools", long_description=long_description, long_description_content_type="text/markdown", @@ -35,6 +35,6 @@ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ], - python_requires=">=3.8, <3.11", + python_requires=">=3.8", zip_safe=False, )