Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Commit44f7a73
committed
Don't support building documentation on Python 3.7
This removes the specially cased alternative lower versions of`sphinx` and its dependencies that, since#1954, were only forPython 3.7. As discussed in comments there, this simplifies thedocumentation dependencies and avoids a situation where the versionof Python used to build the documentation has a noticeable effecton the generated result.This also conditions running the "Documentation" step in the mainCI test workflow (`pythonpackage.yml`) on the Python version notbeing 3.7 (otherwise the job would always fail).The only change this makes to the support status of GitPython onPython 3.7 is to no longer support building documentation on 3.7.GitPython can still be installed and used on 3.7 (though usuallythis would not be a good idea, outside of testing, since Python 3.7itself has not been supported by the Python Software Foundation forquite some time). In addition, the documentation, which can bebuilt on any version >= 3.8 (including 3.13 starting in#1954) isno less relevant to usage on Python 3.7 than it was before.1 parent651fcf0 commit44f7a73
2 files changed
+2
-7
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| 102 | + | |
102 | 103 |
| |
103 | 104 |
| |
104 | 105 |
|
Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 1 | + | |
8 | 2 |
| |
9 | 3 |
|
0 commit comments
Comments
(0)