Skip to content

Commit

Permalink
chore: bump python
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed May 23, 2024
1 parent dcf9b0e commit 9ee0c5c
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 @@ -35,7 +35,7 @@
author="QuintoAndar",
install_requires=requirements,
extras_require={"h3": ["h3>=3.7.4,<4"]},
python_requires=">=3.7, <4",
python_requires=">=3.9, <4",
entry_points={"console_scripts": ["butterfree=butterfree._cli.main:app"]},
include_package_data=True,
)

0 comments on commit 9ee0c5c

Please sign in to comment.