Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 815835d

Browse files
authored
Merge pull request #155 from creachadair/minversion
Include a python_requires clause in the setup file.
2 parents 7049ac8 + 376cd86 commit 815835d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ def main():
326326
packages=find_packages(),
327327
exclude=["bblfsh/test.py"],
328328
keywords=["babelfish", "uast"],
329+
python_requires='>=3.6',
329330
install_requires=["grpcio>=1.13.0", "grpcio-tools>=1.13.0",
330331
"docker", "protobuf>=3.4.0"],
331332
package_data={"": ["LICENSE", "README.md"]},

0 commit comments

Comments
 (0)