summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2020-10-08 21:01:19 +0200
committerFederico Caselli <cfederico87@gmail.com>2020-10-08 21:32:09 +0200
commit9b3812a0c646ee14a6f102e6dc87298d5c255cec (patch)
treefa4a9e535b728f803dcce1d7700536c015abd850 /pyproject.toml
parentbcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab (diff)
downloadsqlalchemy-9b3812a0c646ee14a6f102e6dc87298d5c255cec.tar.gz
Drop python 3.5 support
Fixes: #5634 Change-Id: Ie8d4076ee35234b535a04e6fb9321096df3f648b
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 276edcf74..0f7257892 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[tool.black]
line-length = 79
-target-version = ['py27', 'py35']
+target-version = ['py27', 'py36']