Skip to content

Commit

Permalink
Locking h3 version on supported 3.6.1 to 3.7.7 (#42)
Browse files Browse the repository at this point in the history
* Locking h3 version on supported 3.6.1 to 3.7.7

* Fix test
  • Loading branch information
jarredSafegraph authored Nov 23, 2024
1 parent 945ab66 commit 8584f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion placekey/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_lookup_placekeys(self):
self.assertListEqual(
self.pk_api.lookup_placekeys(places),
[
{'query_id': 'place_0', 'placekey': '0rsdbudq45@5vg-7gq-5mk'},
{'query_id': 'place_0', 'placekey': '22g@5vg-7gq-5mk'},
{'query_id': 'thisqueryidaloneiscustom', 'placekey': '227-223@5vg-82n-pgk'},
{'query_id': 'place_2', 'placekey': '@5vg-82n-kzz'}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version():
long_description_content_type="text/markdown",
url="https://github.com/Placekey/placekey-py",
packages=setuptools.find_packages(),
install_requires=['h3', 'shapely', 'requests', 'ratelimit', 'backoff'],
install_requires=['h3>=3.6.1,<4', 'shapely', 'requests', 'ratelimit', 'backoff'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 8584f1c

Please sign in to comment.