We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22941ac commit 378b72dCopy full SHA for 378b72d
CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
All versions below are listed in reverse chronological order.
4
5
+## v7.0.0 (2025-10-29)
6
+
7
+### Features
8
9
+- Drop Python 3.9 support and add Python 3.14
10
+ ([`22941ac`](https://github.com/python-gitlab/python-gitlab/commit/22941acc3f331d5b683599c014ec962ece5d4b76))
11
12
+### Breaking Changes
13
14
+- As of python-gitlab 7.0.0, Python 3.9 is no longer supported. Python 3.10 or higher is required.
15
16
17
## v6.5.0 (2025-10-17)
18
19
### Bug Fixes
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "6.5.0"
+__version__ = "7.0.0"
0 commit comments