Skip to content

Commit ff9a502

Browse files
Upadte list of tested python versions ; set minimal python version to 3.8
1 parent 53824b1 commit ff9a502

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
name: Check Python${{ matrix.python-version }}
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ a thumb up: https://gitlab.com/gitlab-org/gitlab/-/issues/352836
4040
---
4141

4242
## Requirements
43-
- Python >= __3.7__ (required by `python-gitlab` since version `3.0.0`)
43+
- Python >= __3.8__ (`python-gitlab` requires python>=3.9 since version `5.0.0`)
4444

4545
## Dependencies
4646
- [python-gitlab](https://github.com/python-gitlab/python-gitlab)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
maintainer='Valentin François',
2727
url='https://github.com/ValentinFrancois/python-gitlab-submodule',
2828
packages=['gitlab_submodule'],
29+
python_requires='>=3.8.0',
2930
install_requires=[
3031
'python-gitlab>=3.0.0',
3132
'giturlparse>=0.10.0'

0 commit comments

Comments
 (0)