Skip to content

Commit b2c745d

Browse files
committed
setup: loosen python3 requirement
Instead of limiting to a specific maximum python version, allow all python3 versions greater than 3.5. Signed-off-by: Rouven Czerwinski <[email protected]>
1 parent 486d01c commit b2c745d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
license='LGPL-2.1',
1111
use_scm_version=True,
1212
url='https://github.com/labgrid-project',
13-
python_requires='>=3.5, <3.8',
13+
python_requires='>=3.5',
1414
setup_requires=['setuptools_scm'],
1515
install_requires=[
1616
'labgrid>=0.1.0',

0 commit comments

Comments
 (0)