Remove support for Python 3.5 (#714)

* Python - remove support for python 3.5

* revert ci

* revert build-wheels.sh

* Update CHANGELOG.md
This commit is contained in:
Anthony MOI
2021-05-24 17:31:01 -04:00
committed by GitHub
parent 3a002c1aa8
commit 755e5f5c1e
8 changed files with 13 additions and 9 deletions

View File

@ -122,7 +122,7 @@ def py_file(module, origin):
def do_black(content, is_pyi):
mode = black.Mode(
target_versions={black.TargetVersion.PY35},
target_versions={black.TargetVersion.PY36},
line_length=100,
is_pyi=is_pyi,
string_normalization=True,