Skip to content

Commit f98acb4

Browse files
committed
Update Makefile: set minimum Python version to 3.10
1 parent df5bb3b commit f98acb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PRIMARY_PYTHON?=3.14
5151

5252
# Minimum required Python version.
5353
# Default: 3.9
54-
PYTHON_MIN_VERSION?=3.7
54+
PYTHON_MIN_VERSION?=3.10
5555

5656
# Install packages using the given package installer method.
5757
# Supported are `pip` and `uv`. If uv is used, its global availability is

0 commit comments

Comments
 (0)