Skip to content

Commit

Permalink
Adds requirement for Python >=3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 committed Mar 7, 2020
1 parent 9d32451 commit 402d398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -84,6 +84,7 @@ def run(self):
package_dir={'': SOURCE_DIR},
packages=find_packages(SOURCE_DIR),
package_data=package_data,
python_requires='>=3.6',
# Robot Framework package data is not included, but RIDE does not need it.
# Always install everything, since we may be switching between versions
options={'install': {'force': True}},
Expand Down

0 comments on commit 402d398

Please sign in to comment.