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.
2 parents 5fa0e16 + 70176db commit 83fcd1bCopy full SHA for 83fcd1b
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