Commit dea6b62
committed
Revert Python version requirement to 3.8+
Zensical is a dev-only dependency for building documentation and should
not constrain the runtime Python version. The library itself supports
Python 3.8+.
Changes:
- Revert requires-python from >=3.10 to >=3.8
- Add Python version marker to zensical dependency (>= 3.10)
- Restore Python 3.8 and 3.9 classifiers
- Update documentation to reflect Python 3.8+ support
ReadTheDocs build continues to use Python 3.10 (specified in
.readthedocs.yml), which satisfies Zensical's requirement for
documentation builds.1 parent 679133e commit dea6b62
3 files changed
+2245
-151
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments