Skip to content

Commit c8a657d

Browse files
committed
setup.py: allow python3.7
Signed-off-by: Rouven Czerwinski <[email protected]>
1 parent e7aeff7 commit c8a657d

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.7',
13+
python_requires='>=3.5, <3.8',
1414
install_requires=[
1515
'labgrid>=0.1.0',
1616
],

0 commit comments

Comments
 (0)