Changelog
### 5.0.0
```
Breaking
* feat: remove support for Python 3.8, require 3.9 or higher (3005)
Python 3.8 is End-of-Life (EOL) as of 2024-10 as stated in
https://devguide.python.org/versions/ and
https://peps.python.org/pep-0569/#lifespan
By dropping support for Python 3.8 and requiring Python 3.9 or higher
it allows python-gitlab to take advantage of new features in Python
```
Links
- PyPI: https://pypi.org/project/python-gitlab
- Changelog: https://data.safetycli.com/changelogs/python-gitlab/
This PR updates python-gitlab from 4.13.0 to 5.0.0.
Changelog
### 5.0.0 ``` Breaking * feat: remove support for Python 3.8, require 3.9 or higher (3005) Python 3.8 is End-of-Life (EOL) as of 2024-10 as stated in https://devguide.python.org/versions/ and https://peps.python.org/pep-0569/#lifespan By dropping support for Python 3.8 and requiring Python 3.9 or higher it allows python-gitlab to take advantage of new features in Python ```Links
- PyPI: https://pypi.org/project/python-gitlab - Changelog: https://data.safetycli.com/changelogs/python-gitlab/