Skip to content

Commit

Permalink
python_requires=">=3.8" in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 29, 2024
1 parent 9a0f564 commit f11f294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def get_long_description():
"License :: OSI Approved :: Apache Software License",
],
version=VERSION,
python_requires=">=3.8",
packages=["datasette_cluster_map"],
entry_points={"datasette": ["cluster_map = datasette_cluster_map"]},
package_data={
Expand Down

0 comments on commit f11f294

Please sign in to comment.