Skip to content

Commit 4d54e9c

Browse files
authored
pythonGH-132930: Display 'free-threaded' in pymanager builds (pythonGH-133119)
1 parent 622300b commit 4d54e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PC/layout/support/pymanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def calculate_install_json(ns, *, for_embed=False, for_test=False):
6767
TAG_SUFFIX = "t"
6868
TARGET = f"python{VER_MAJOR}.{VER_MINOR}t.exe"
6969
TARGETW = f"pythonw{VER_MAJOR}.{VER_MINOR}t.exe"
70-
DISPLAY_TAGS.append("freethreaded")
70+
DISPLAY_TAGS.append("free-threaded")
7171
FILE_SUFFIX = f"t-{ns.arch}"
7272

7373
FULL_TAG = f"{VER_MAJOR}.{VER_MINOR}.{VER_MICRO}{VER_SUFFIX}{TAG_SUFFIX}"

0 commit comments

Comments
 (0)