Skip to content

Commit 853f42e

Browse files
committed
Use the latest Python3 available on the system
1 parent 02e52dd commit 853f42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: deps clean tests
22

33
ENV=.env
4-
PYTHON=python3.8
4+
PYTHON=python3
55
PYTHON_VERSION=$(shell ${PYTHON} -V | cut -d " " -f 2 | cut -c1-3)
66
SITE_PACKAGES=${ENV}/lib/python${PYTHON_VERSION}/site-packages
77
IN_ENV=source ${ENV}/bin/activate;

0 commit comments

Comments
 (0)