Skip to content

Commit

Permalink
add python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Nov 22, 2023
1 parent b91601d commit f2716f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'opencv-python'],
version=__version__,
long_description=long_description,
python_requires='>=3.10',
long_description_content_type="text/markdown",
description="SoloX - Real-time collection tool for Android/iOS performance data.",
packages=setuptools.find_namespace_packages(include=["solox", "solox.*"], ),
Expand Down

0 comments on commit f2716f6

Please sign in to comment.