We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d450411 commit b107515Copy full SHA for b107515
setup.cfg
@@ -16,7 +16,6 @@ classifiers =
16
Intended Audience :: Science/Research
17
License :: OSI Approved :: BSD License
18
Programming Language :: Python
19
- Programming Language :: Python :: 3.6
20
Programming Language :: Python :: 3.7
21
Programming Language :: Python :: 3.8
22
Programming Language :: Python :: 3.9
@@ -26,11 +25,11 @@ classifiers =
26
25
zip_safe = False
27
include_package_data = True
28
packages = find:
29
-python_requires = >=3.6
+python_requires = >=3.7
30
install_requires =
31
- jupyter_server>=1,<2
+ jupyter_server>=1
32
terminado>=0.8.3
33
- pywinpty(<2);os_name=='nt'
+ pywinpty;os_name=='nt'
34
35
[options.extras_require]
36
test =
0 commit comments