1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 04:23:47 -05:00

Add support for free-threaded Python (#2995)

This commit is contained in:
Sam Gross
2024-06-27 16:18:14 -04:00
committed by GitHub
parent 7947efc130
commit d660c5a84f
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export PYTHON_BUILD_FREE_THREADING=1
source "$(dirname "${BASH_SOURCE[0]}")"/3.13-dev

View File

@@ -0,0 +1,2 @@
export PYTHON_BUILD_FREE_THREADING=1
source "$(dirname "${BASH_SOURCE[0]}")"/3.14-dev