Zanie Blue
Zanie Blue
For others, there's work in progress on this at https://github.com/indygreg/python-build-standalone/pull/264 (Thanks Kevin!)
Yes, but they're not released yet. I'll close once we publish a release with 3.13rc2.
We released 3.13rc2 and 3.13rc3 already!
Sounds like the downloads just haven't been updated in Rye yet. It was non-trivial to add support for pre-releases in uv, but they're available there.
Interesting. Thanks for the report. Any clue why this could be?
~Suspicious: https://github.com/python/cpython/pull/111567~ Edit: Perhaps not actually, while it uses `curses`, `curses_panel` has been around [for a long time](https://github.com/python/cpython/commits/main/Modules/_curses_panel.c) and hasn't changed much due to the REPL changes.
Here's the [build changes in the release notes](https://docs.python.org/3.13/whatsnew/3.13.html#build-changes)
I presume the newly bundled mimalloc is going to require some sort of handling. Still not quite sure what's causing this particular failure though.
`run_tests.py` was removed in https://github.com/python/cpython/pull/110156 as part of https://github.com/python/cpython/issues/110152. In brief, the suggestion is: > Just run `./python -m test --slow-ci`, `make buildbottest` or `make test` instead. Python test runner...