Skip to content

Commit cf670c8

Browse files
committed
increase lower bound for h3 version range
1 parent c824422 commit cf670c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
license="Copyright",
3535
author="QuintoAndar",
3636
install_requires=requirements,
37-
extras_require={"h3": ["h3>=3.4.2,<4"]},
37+
extras_require={"h3": ["h3>=3.7.4,<4"]},
3838
python_requires=">=3.7, <4",
3939
entry_points={"console_scripts": ["butterfree=butterfree._cli.main:app"]},
4040
include_package_data=True,

0 commit comments

Comments
 (0)