aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6300266..30de0dd 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ test: install-dev ## Run the tests
.PHONY: black
black: install-dev ## Run the tests
- $(VENV)/bin/black --target-version=py34 .
+ $(VENV)/bin/black --target-version=py36 .
.PHONY: isort
isort: install-dev ## Run the tests