mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 15:31:26 +09:00
This adds the free-threaded (without GIL) version of 3.13.0b3. Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
export PYTHON_BUILD_FREE_THREADING=1
|
|
source "$(dirname "${BASH_SOURCE[0]}")"/3.13.0b3
|