Skip to content

Commit a129c12

Browse files
authored
chore: update python makefile (#228)
1 parent 441ad83 commit a129c12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PYTHON = python3.7
2-
PIP = pip3.7
1+
PYTHON = python3
2+
PIP = pip3
33

44
.PHONY: help lint test package clean install
55

0 commit comments

Comments
 (0)