Skip to content

Commit

Permalink
Correct version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg authored and acabal committed Jan 30, 2023
1 parent 2714fef commit 2f9beac
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 @@ -56,7 +56,7 @@ def _get_version() -> str:
],
keywords="ebooks epub",
packages=find_packages(),
python_requires=">=3.6.*", # The latest version installed by default on Ubuntu 18.04 is 3.6.9
python_requires=">=3.6.9", # The latest version installed by default on Ubuntu 18.04 is 3.6.9
install_requires=[
"cairosvg==2.5.2",
"chardet==4.0.0", # Must stay at this version until `requests` can be updated
Expand Down

0 comments on commit 2f9beac

Please sign in to comment.