Commit 01817b6
committed
MNT: Add requires-python metadata
* Add requires-python metadata through the addition of setuptools's
python_requires in setup.py.
- c.f. https://peps.python.org/pep-0621/#requires-python
- Set minimum required python to 3.8 as Python 3.7 is EOL as of 2023-06-27.
c.f. https://devguide.python.org/versions/#unsupported-versions
* The addition of requires-python is to provide guards to keep older
CPython versions from installing releases that could contain
unrunnable code.1 parent ae7aa8e commit 01817b6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments