Skip to content

Commit fd6b820

Browse files
authored
Bump required python version to 3.6
1 parent 72a58bd commit fd6b820

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
@@ -34,6 +34,6 @@
3434
"nbconvert>=5.5",
3535
"nbformat",
3636
],
37-
python_requires=">= 3.5",
37+
python_requires=">= 3.6",
3838
package_data={"jupyter_sphinx": ["thebelab/*", "css/*"]},
3939
)

0 commit comments

Comments
 (0)