From cf48ff3e545be54ed598f1c66f94251913a21fca Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Wed, 30 Dec 2020 19:15:07 -0600 Subject: [PATCH] Bump minor python and os versions --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fd182e0..5df57c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PYTHON ?= python3 -REQ_MINOR_VERSION = 4 +REQ_MINOR_VERSION = 6 all : | env build @echo "Build complete! You can run dupeGuru with 'make run'" diff --git a/README.md b/README.md index 2005982..187ddcb 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ download is still PGP signed) If you're a Mac developer and are interested in ta ### Prerequisites -* Python 3.4+ compiled in "framework mode". -* MacOS 10.10+ with XCode command line tools. +* Python 3.6+ compiled in "framework mode". +* MacOS 10.12+ with XCode command line tools. ### make