From 0f845ee67a7d40f914d356c897cb67c6ed2f82eb Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Sun, 20 Mar 2022 01:23:01 -0500 Subject: [PATCH] Update min python version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a9f089a..8ecac155 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PYTHON ?= python3 PYTHON_VERSION_MINOR := $(shell ${PYTHON} -c "import sys; print(sys.version_info.minor)") PYRCC5 ?= pyrcc5 -REQ_MINOR_VERSION = 6 +REQ_MINOR_VERSION = 7 PREFIX ?= /usr/local # Window compatability via Msys2