From 11b9bc5cb5efd5cafd9fe4cf7a99a1252213025b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 23 Nov 2021 15:56:09 -0500 Subject: Remove some more py27-isms (#1062) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ff6e2bb..c745476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [tool.black] line-length = 79 -target-version = ["py27"] +target-version = ["py36"] -- cgit v1.2.1