Skip to content

Commit cb4b4b9

Browse files
committed
unix: bump version in PYTHON.json to 4
This should ahve been done a few commits ago...
1 parent 0c1e828 commit cb4b4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def build_cpython(
646646

647647
# Create PYTHON.json file describing this distribution.
648648
python_info = {
649-
"version": "3",
649+
"version": "4",
650650
"os": os_name,
651651
"arch": "x86_64",
652652
"python_flavor": "cpython",

0 commit comments

Comments
 (0)