You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to Python 3.10 as minimum (3.9 is EOL) (#304)
* Update to Python 3.10 as minimum (3.9 is EOL)
Also write down Python support policy.
* Use union annotation syntax that came with Python 3.10
* pipx: use correct version of Python
* tests: handle paths on Windows
* Print spin output for Windows debugging
* Use Windows abspath prefix on Windows
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,9 @@ nox -s test -- -v
297
297
nox -s test -- -v spin/tests/test_meson.py
298
298
```
299
299
300
+
`spin` takes a slightly more conservative approach than [SPEC 0](https://scientific-python.org/specs/spec-0000/), and
301
+
supports all non-EOL versions of Python.
302
+
300
303
## History
301
304
302
305
The `dev.py` tool was [proposed for SciPy](https://github.com/scipy/scipy/issues/15489) by Ralf Gommers and [implemented](https://github.com/scipy/scipy/pull/15959) by Sayantika Banik, Eduardo Naufel Schettino, and Ralf Gommers (also see [Sayantika's blog post](https://labs.quansight.org/blog/the-evolution-of-the-scipy-developer-cli)).
0 commit comments