We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsec2c68b +414009d commita390ec3Copy full SHA for a390ec3
.github/workflows/test.yml
@@ -18,8 +18,6 @@ jobs:
18
strategy:
19
matrix:
20
include:
21
- -python-version:3.6
22
-toxenv:py36
23
-python-version:3.7
24
toxenv:py37
25
-python-version:3.8
docs/install.rst
@@ -2,7 +2,7 @@
2
Installation
3
############
4
5
-``python-gitlab`` is compatible with Python 3.6+.
+``python-gitlab`` is compatible with Python 3.7+.
6
7
Use:command:`pip` to install the latest stable version of ``python-gitlab``:
8
setup.py
@@ -32,7 +32,7 @@ def get_version() -> str:
32
package_data={
33
"gitlab": ["py.typed"],
34
},
35
-python_requires=">=3.6.0",
+python_requires=">=3.7.0",
36
entry_points={"console_scripts": ["gitlab = gitlab.cli:main"]},
37
classifiers=[
38
"Development Status :: 5 - Production/Stable",
@@ -44,7 +44,6 @@ def get_version() -> str:
44
"Operating System :: Microsoft :: Windows",
45
"Programming Language :: Python",
46
"Programming Language :: Python :: 3",
47
-"Programming Language :: Python :: 3.6",
48
"Programming Language :: Python :: 3.7",
49
"Programming Language :: Python :: 3.8",
50
"Programming Language :: Python :: 3.9",
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
minversion = 1.6
skipsdist = True
-envlist = py310,py39,py38,py37,py36,pep8,black,twine-check,mypy,isort
+envlist = py310,py39,py38,py37,pep8,black,twine-check,mypy,isort
[testenv]
passenv = GITLAB_IMAGE GITLAB_TAG