Skip to content

Commit 4aae882

Browse files
Merge pull request #185 from davidbrochart/readme
Update README
2 parents d373639 + cf0b6c9 commit 4aae882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
[![Build Status](https://github.com/jupyter/nbclient/workflows/CI/badge.svg)](https://github.com/jupyter/nbclient/actions)
33
[![Documentation Status](https://readthedocs.org/projects/nbclient/badge/?version=latest)](https://nbclient.readthedocs.io/en/latest/?badge=latest)
44
[![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/)
65
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
76
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)
87
[![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/)
99
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1010

1111
# nbclient

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def read_reqs(fname):
4545
long_description_content_type='text/markdown',
4646
packages=['nbclient'],
4747
include_package_data=True,
48-
python_requires=">=3.6.1",
48+
python_requires=">=3.7.0",
4949
install_requires=requirements,
5050
extras_require=extras_require,
5151
entry_points={
@@ -69,9 +69,9 @@ def read_reqs(fname):
6969
'License :: OSI Approved :: BSD License',
7070
'Programming Language :: Python',
7171
'Programming Language :: Python :: 3',
72-
'Programming Language :: Python :: 3.6',
7372
'Programming Language :: Python :: 3.7',
7473
'Programming Language :: Python :: 3.8',
7574
'Programming Language :: Python :: 3.9',
75+
'Programming Language :: Python :: 3.10',
7676
],
7777
)

0 commit comments

Comments
 (0)