summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-03-12 04:58:13 +0800
committerGitHub <noreply@github.com>2020-03-11 13:58:13 -0700
commitbc7a5d01001df69f9f0c3dfeb94cca92768ab696 (patch)
treee8cc3c885ed287f177963e8032d77d3256d5e4b3 /pyproject.toml
parentfd775497547bb51e3d3b38590cbc83e54afd9508 (diff)
Drop Python3.5. (#1154)
* Drop Python3.5. * delete 3.5 from setup.py * fix black format. Using python3.7 for development now. * black target to py36
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 08721a4e..c9bf518c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.black]
line-length = 88
-target-version = ['py35']
+target-version = ['py36']
include = '\.pyi?$'
exclude = '''
/(