File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 26
26
matrix :
27
27
os : [ubuntu-latest]
28
28
python :
29
- - version : " 3.8"
30
- toxenv : py38,smoke
31
29
- version : " 3.9"
32
30
toxenv : py39,smoke
33
31
- version : " 3.10"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Features
51
51
Installation
52
52
------------
53
53
54
- As of 4 .0.0, ``python-gitlab `` is compatible with Python 3.8 +.
54
+ As of 5 .0.0, ``python-gitlab `` is compatible with Python 3.9 +.
55
55
56
56
Use ``pip `` to install the latest stable version of ``python-gitlab ``:
57
57
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maintainers = [
15
15
{name = " Nejc Habjan" , email =" nejc.habjan@siemens.com" },
16
16
{name = " Roger Meier" , email =" r.meier@siemens.com" }
17
17
]
18
- requires-python = " >=3.8 .0"
18
+ requires-python = " >=3.9 .0"
19
19
dependencies = [
20
20
" requests>=2.32.0" ,
21
21
" requests-toolbelt>=1.0.0" ,
@@ -30,7 +30,6 @@ classifiers = [
30
30
" Operating System :: Microsoft :: Windows" ,
31
31
" Programming Language :: Python" ,
32
32
" Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3.8" ,
34
33
" Programming Language :: Python :: 3.9" ,
35
34
" Programming Language :: Python :: 3.10" ,
36
35
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments