- Notifications
You must be signed in to change notification settings - Fork674
Commit9734ad4
authored
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 inhttps://devguide.python.org/versions/ andhttps://peps.python.org/pep-0569/#lifespanBy dropping support for Python 3.8 and requiring Python 3.9 or higherit allows python-gitlab to take advantage of new features in Python3.9, which are documented at:https://docs.python.org/3/whatsnew/3.9.htmlCloses:#2968BREAKING CHANGE: As of python-gitlab 5.0.0, Python 3.8 is no longersupported. Python 3.9 or higher is required.1 parent8dca487 commit9734ad4
3 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments
Comments
(0)