1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-01-22 14:41:40 +00:00

Bump minor python and os versions

This commit is contained in:
2020-12-30 19:15:07 -06:00
parent 057dc3a451
commit cf48ff3e54
2 changed files with 3 additions and 3 deletions

View File

@@ -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'"