Skip to content

Commit 7c52327

Browse files
committed
Remove python < 3.4 detection from Makefile
1 parent f62614f commit 7c52327

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
PYTHON ?= python
2-
PY_34 ?= $(shell ! python -c \
3-
'import sys; print((3, 4) < sys.version_info)')
42

53
.PHONY: test develop
64

0 commit comments

Comments
 (0)