Skip to content

Commit d3e02a7

Browse files
committed
Fix parsing error on python_requires >=3.0.* by simplifying to >=3 redux
1 parent d5cdc50 commit d3e02a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
# package_dir={'':'src'},
320320

321321

322-
python_requires = '>3.0, <4',
322+
python_requires = '>=3, <4',
323323
install_requires = [], # Optional
324324
# https://packaging.python.org/discussions/install-requires-vs-requirements/
325325

0 commit comments

Comments
 (0)