Skip to content

Commit

Permalink
Loosen up Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ftCLI committed Jun 3, 2023
1 parent 4296b56 commit 813dc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
)

0 comments on commit 813dc53

Please sign in to comment.