From a08de54ca16665df59d5f5975231e0c6e45d86dd Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Thu, 28 Jan 2021 11:43:36 +0100 Subject: [PATCH] Makefile: update Python version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4bf95b..b446b9a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all install-js watch-js build-js collect-files pack publish-beta publish-latest lint test test-js-update-snapshots create-messages update-messages docs docs-watch clean -DEV_PYTHON=python3.7 +DEV_PYTHON=python3 VENV_NAME?=venv VENV_BIN=$(shell pwd)/$(VENV_NAME)/bin