Skip to content

Commit 70176db

Browse files
authored
chore: enforce python version requirements
1 parent 5fa0e16 commit 70176db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def get_version():
2626
url="https://github.com/python-gitlab/python-gitlab",
2727
packages=find_packages(),
2828
install_requires=["requests>=2.22.0"],
29+
python_requires=">=3.6.0",
2930
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
3031
classifiers=[
3132
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)