mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-02-22 10:51:59 +00:00
Changed the minimum required version to '3.5'.
This commit is contained in:
parent
ad5fd2d94e
commit
f7f57da652
@ -75,7 +75,7 @@ setup(
|
||||
package_dir={'pybddisasm': 'pybddisasm'},
|
||||
platforms = ["Windows", "Linux"],
|
||||
include_package_data=True,
|
||||
python_requires=">=3.4",
|
||||
python_requires=">=3.5",
|
||||
setup_requires=['wheel'],
|
||||
install_requires=requires,
|
||||
zip_safe=False,
|
||||
|
Loading…
Reference in New Issue
Block a user