summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-11-23 15:56:09 -0500
committerGitHub <noreply@github.com>2021-11-24 04:56:09 +0800
commit11b9bc5cb5efd5cafd9fe4cf7a99a1252213025b (patch)
treed760b05856c0d9759239f6cc09888d95a5ff32f2 /pyproject.toml
parent853fefa6d0d8a5c191648a8870f83fe50d69c1e8 (diff)
downloadpyopenssl-11b9bc5cb5efd5cafd9fe4cf7a99a1252213025b.tar.gz
Remove some more py27-isms (#1062)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"]