Skip to content

Commit bf0c2eb

Browse files
authored
Require Python 3.7
1 parent 819627c commit bf0c2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ classifiers =
1616
Intended Audience :: Science/Research
1717
License :: OSI Approved :: BSD License
1818
Programming Language :: Python
19-
Programming Language :: Python :: 3.6
2019
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
2323

2424
[options]
2525
zip_safe = False
2626
include_package_data = True
2727
packages = find:
28-
python_requires = >=3.6
28+
python_requires = >=3.7
2929
install_requires =
3030
jupyter_server~=1.8
3131

0 commit comments

Comments
 (0)