mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user