4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-11 03:09:32 +00:00

Set Python 3.5 as the minimum version

This commit is contained in:
rthomas 2019-12-08 09:21:51 +01:00
parent 172c589d4c
commit ab349aadc6

@ -12,7 +12,7 @@ classifiers =
zip_safe = False
packages = find:
include_package_data = True
python_requires = >=2.7
python_requires = >=3.5
scripts =
examples/python/elf_reader.py
examples/python/pe_reader.py