We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa0e16 commit 70176dbCopy full SHA for 70176db
setup.py
@@ -26,6 +26,7 @@ def get_version():
26
url="https://github.com/python-gitlab/python-gitlab",
27
packages=find_packages(),
28
install_requires=["requests>=2.22.0"],
29
+ python_requires=">=3.6.0",
30
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
31
classifiers=[
32
"Development Status :: 5 - Production/Stable",
0 commit comments