Skip to content

Commit 02d91c3

Browse files
committed
Update makefile
1 parent 09307da commit 02d91c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EXTRA_PATH?=
5050
PRIMARY_PYTHON?=python3
5151

5252
# Minimum required Python version.
53-
# Default: 3.7
53+
# Default: 3.9
5454
PYTHON_MIN_VERSION?=3.9
5555

5656
# Install packages using the given package installer method.
@@ -636,6 +636,10 @@ INSTALL_TARGETS+=$(ZEST_RELEASER_TARGET)
636636
DIRTY_TARGETS+=zest-releaser-dirty
637637
CLEAN_TARGETS+=zest-releaser-clean
638638

639+
##############################################################################
640+
# Custom includes
641+
##############################################################################
642+
639643
-include $(INCLUDE_MAKEFILE)
640644

641645
##############################################################################

0 commit comments

Comments
 (0)