Skip to content

Commit 449e7da

Browse files
committed
specify the required python version
1 parent b7d8e41 commit 449e7da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
'nbconvert>=5.5',
2424
'nbformat',
2525
],
26+
python_requires = '>= 3.5',
2627
)

0 commit comments

Comments
 (0)