Skip to content

Commit

Permalink
fix: python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed Dec 1, 2024
1 parent 66b5aa1 commit ff19e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ def get_version(rel_path):
classifiers=[
"Programming Language :: Python :: 3",
],
python_requires=">=3.8,<3.12",
python_requires=">=3.8",
entry_points={"console_scripts": ["mplfonts = mplfonts.bin.cli:cli"]},
)

0 comments on commit ff19e14

Please sign in to comment.