| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 22941ac commit 378b72d
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,18 @@ | |||
| 2 | 2 | ||
| 3 | 3 | All versions below are listed in reverse chronological order. | |
| 4 | 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 | + | ||
| 5 | 17 | ## v6.5.0 (2025-10-17) | |
| 6 | 18 | ||
| 7 | 19 | ### Bug Fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | __email__ = "gauvainpocentek@gmail.com" | |
| 4 | 4 | __license__ = "LGPL3" | |
| 5 | 5 | __title__ = "python-gitlab" | |
| 6 | - __version__ = "6.5.0" | ||
| 6 | + __version__ = "7.0.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments