diff options
author | Federico Caselli <cfederico87@gmail.com> | 2020-10-08 21:01:19 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2020-10-08 21:32:09 +0200 |
commit | 9b3812a0c646ee14a6f102e6dc87298d5c255cec (patch) | |
tree | fa4a9e535b728f803dcce1d7700536c015abd850 /pyproject.toml | |
parent | bcc17b1d6e2cac3b0e45c0b17a62cf2d5fc5c5ab (diff) | |
download | sqlalchemy-9b3812a0c646ee14a6f102e6dc87298d5c255cec.tar.gz |
Drop python 3.5 support
Fixes: #5634
Change-Id: Ie8d4076ee35234b535a04e6fb9321096df3f648b
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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'] |