Skip to content

Commit

Permalink
Changed the minimum required version to '3.5'.
Browse files Browse the repository at this point in the history
  • Loading branch information
akisari committed Aug 13, 2020
1 parent ad5fd2d commit f7f57da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybddisasm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def is_pure(self):
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,
Expand Down

0 comments on commit f7f57da

Please sign in to comment.