Skip to content

Commit

Permalink
Revert "build: Set Python version to 3.13.1"
Browse files Browse the repository at this point in the history
This reverts commit cce8387.
  • Loading branch information
zjp committed Dec 23, 2024
1 parent a8df601 commit da3c6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/config.make
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ all:

# version numbers that leak out of prerequisites

PYTHON_VERSION = 3.13
PYTHON_PATCH_VERSION = 1
PYTHON_VERSION = 3.11
PYTHON_PATCH_VERSION = 4

ifndef DEBUG
# Starting with Python 3.8 the ABI "m" has been dropped.
Expand Down

0 comments on commit da3c6ac

Please sign in to comment.