From 71d92347b0c084c2b6aa1daa6a83d31c48e958a0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2020 12:21:01 -0500 Subject: Update our python versions to be consistent (#241) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index caa1f72..b3f9e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,4 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 79 -target-version = ["py27"] +target-version = ["py36"] -- cgit v1.2.1