mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-06-05 16:18:46 +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'},
|
package_dir={'pybddisasm': 'pybddisasm'},
|
||||||
platforms = ["Windows", "Linux"],
|
platforms = ["Windows", "Linux"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires=">=3.4",
|
python_requires=">=3.5",
|
||||||
setup_requires=['wheel'],
|
setup_requires=['wheel'],
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user