We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09307da commit 02d91c3Copy full SHA for 02d91c3
Makefile
@@ -50,7 +50,7 @@ EXTRA_PATH?=
50
PRIMARY_PYTHON?=python3
51
52
# Minimum required Python version.
53
-# Default: 3.7
+# Default: 3.9
54
PYTHON_MIN_VERSION?=3.9
55
56
# Install packages using the given package installer method.
@@ -636,6 +636,10 @@ INSTALL_TARGETS+=$(ZEST_RELEASER_TARGET)
636
DIRTY_TARGETS+=zest-releaser-dirty
637
CLEAN_TARGETS+=zest-releaser-clean
638
639
+##############################################################################
640
+# Custom includes
641
642
+
643
-include $(INCLUDE_MAKEFILE)
644
645
##############################################################################
0 commit comments