-
Notifications
You must be signed in to change notification settings - Fork 67
Commit bd21ed4
committed
Revert "Drop support for EOL Python 3.7"
This brings back Python 3.7 support (allowing it to be installed on
3.7, and testing on 3.7 on CI), even though 3.7 is end-of-life,
because support for 3.7 is not being dropped by GitPython yet, and
there is value in keeping the version ranges supported by GitPython
and gitdb consistent.
This reverts commit 875acb4.1 parent 07948eb commit bd21ed4
2 files changed
+3
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
25 | + | ||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | + | ||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
|
0 commit comments