File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://github.com/jupyter/nbclient/workflows/CI/badge.svg )] ( https://github.com/jupyter/nbclient/actions )
3
3
[ ![ Documentation Status] ( https://readthedocs.org/projects/nbclient/badge/?version=latest )] ( https://nbclient.readthedocs.io/en/latest/?badge=latest )
4
4
[ ![ image] ( https://codecov.io/github/jupyter/nbclient/coverage.svg?branch=master )] ( https://codecov.io/github/jupyter/nbclient?branch=master )
5
- [ ![ Python 3.6] ( https://img.shields.io/badge/python-3.6-blue.svg )] ( https://www.python.org/downloads/release/python-360/ )
6
5
[ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-blue.svg )] ( https://www.python.org/downloads/release/python-370/ )
7
6
[ ![ Python 3.8] ( https://img.shields.io/badge/python-3.8-blue.svg )] ( https://www.python.org/downloads/release/python-380/ )
8
7
[ ![ Python 3.9] ( https://img.shields.io/badge/python-3.9-blue.svg )] ( https://www.python.org/downloads/release/python-390/ )
8
+ [ ![ Python 3.10] ( https://img.shields.io/badge/python-3.10-blue.svg )] ( https://www.python.org/downloads/release/python-3100/ )
9
9
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
10
10
11
11
# nbclient
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def read_reqs(fname):
45
45
long_description_content_type = 'text/markdown' ,
46
46
packages = ['nbclient' ],
47
47
include_package_data = True ,
48
- python_requires = ">=3.6.1 " ,
48
+ python_requires = ">=3.7.0 " ,
49
49
install_requires = requirements ,
50
50
extras_require = extras_require ,
51
51
entry_points = {
@@ -69,9 +69,9 @@ def read_reqs(fname):
69
69
'License :: OSI Approved :: BSD License' ,
70
70
'Programming Language :: Python' ,
71
71
'Programming Language :: Python :: 3' ,
72
- 'Programming Language :: Python :: 3.6' ,
73
72
'Programming Language :: Python :: 3.7' ,
74
73
'Programming Language :: Python :: 3.8' ,
75
74
'Programming Language :: Python :: 3.9' ,
75
+ 'Programming Language :: Python :: 3.10' ,
76
76
],
77
77
)
You can’t perform that action at this time.
0 commit comments