Skip to content

Commit f1167c8

Browse files
committed
Specify Python version correctly
1 parent b88b31e commit f1167c8

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
@@ -46,7 +46,7 @@
4646
'google-oauth>=1.0',
4747
],
4848
},
49-
python_requires='>3.6',
49+
python_requires='>=3.6',
5050
install_requires=[
5151
'pydicom>=2.0',
5252
'requests>=2.18',

0 commit comments

Comments
 (0)