Skip to content

Commit

Permalink
Update setup.py to reflect minimum python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jul 16, 2024
1 parent f9949e5 commit 8ddb2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def run(self):
url='https://www.capstone-engine.org',
long_description=open('README.txt', encoding="utf8").read(),
long_description_content_type='text/markdown',
python_requires='>=3.7',
python_requires='>=3.8',
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 8ddb2b9

Please sign in to comment.