diff options
| author | Max Wittig <max.wittig@siemens.com> | 2019-12-18 15:50:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-18 15:50:45 +0100 |
| commit | 70176dbbb96a56ee7891885553eb13110197494c (patch) | |
| tree | f7e327ca7d9ba08c4f5de5905e5ad87e620dc9fa | |
| parent | 5fa0e162f561451f7fa487dc4a4ff265c1d37f79 (diff) | |
| download | gitlab-70176dbbb96a56ee7891885553eb13110197494c.tar.gz | |
chore: enforce python version requirementschore/version-requirements
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ setup( url="https://github.com/python-gitlab/python-gitlab", packages=find_packages(), install_requires=["requests>=2.22.0"], + python_requires=">=3.6.0", entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]}, classifiers=[ "Development Status :: 5 - Production/Stable", |
