Skip to content

Commit 452f8f4

Browse files
committed
fix issue #68
1 parent 68c5773 commit 452f8f4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[project]
2-
requires-python = ">=3.6"
3-
41
[build-system]
52
build-backend = "setuptools.build_meta"
63
requires = [

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def get_long_description(relpath, encoding="utf-8"):
152152
download_url=URL + "/tarball/master/" + VERSION,
153153
name="cityhash",
154154
license="MIT",
155+
python_requires='>=3.6',
155156
zip_safe=False,
156157
cmdclass=CMDCLASS,
157158
ext_modules=EXT_MODULES,

0 commit comments

Comments
 (0)