Commit 26be94e
authored
Add requires-python metadata (#28)
* 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
* The addition of requires-python is to provide guards to keep older
CPython versions from installing releases that could contain
unrunnable code.1 parent 4842a71 commit 26be94e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments