Skip to content

Commit

Permalink
setup: loosen python3 requirement
Browse files Browse the repository at this point in the history
Instead of limiting to a specific maximum python version, allow all
python3 versions greater than 3.5.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
  • Loading branch information
Emantor committed Apr 27, 2021
1 parent 486d01c commit b2c745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
license='LGPL-2.1',
use_scm_version=True,
url='https://github.com/labgrid-project',
python_requires='>=3.5, <3.8',
python_requires='>=3.5',
setup_requires=['setuptools_scm'],
install_requires=[
'labgrid>=0.1.0',
Expand Down

0 comments on commit b2c745d

Please sign in to comment.