mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)
This commit is contained in:
parent
aa18fd55d5
commit
fcef3fc9a5
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class EnvBuilder:
|
|||
|
||||
suffixes = ['python', 'python3', f'python3.{sys.version_info[1]}']
|
||||
if sys.version_info[:2] == (3, 14):
|
||||
suffixes.append('python𝜋')
|
||||
suffixes.append('𝜋thon')
|
||||
for suffix in suffixes:
|
||||
path = os.path.join(binpath, suffix)
|
||||
if not os.path.exists(path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue