Skip to content

Commit abfacc4

Browse files
committed
fix: Upgrade python-gitlab range
Keeping both 1.x and 2.x since only change that is breaking is dropping python 3.6 support. I hope that leaving the lower limit will make it still work with python 3.6. Fixes python-semantic-release#329
1 parent 20d79a5 commit abfacc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _read_long_description():
4242
"twine>=3,<4",
4343
"requests>=2.25,<3",
4444
"wheel",
45-
"python-gitlab>=1.10,<2",
45+
"python-gitlab>=1.10,<3",
4646
"tomlkit>=0.7.0,<1.0.0",
4747
"dotty-dict>=1.3.0,<2",
4848
],

0 commit comments

Comments
 (0)