Skip to content

Commit 1805da3

Browse files
Merge pull request #277 from hugovk/update-changelog
Update CHANGELOG for 1.11.0
2 parents 2f03e5a + 447bac5 commit 1805da3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.11.0 (2021-11-04)
2+
===================
3+
4+
- Support Python 3.11
5+
- Support ``NO_COLOR`` environment variable
6+
- Update vendored apipkg: 1.5 => 2.0
7+
18
1.10.0 (2020-12-12)
29
===================
310

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def main():
1111
url='https://py.readthedocs.io/',
1212
license='MIT license',
1313
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
14-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
14+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
1515
author='holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others',
1616
author_email='[email protected]',
1717
classifiers=['Development Status :: 6 - Mature',
@@ -30,6 +30,9 @@ def main():
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33+
'Programming Language :: Python :: 3.8',
34+
'Programming Language :: Python :: 3.9',
35+
'Programming Language :: Python :: 3.10',
3336
'Programming Language :: Python :: Implementation :: CPython',
3437
'Programming Language :: Python :: Implementation :: PyPy',
3538
],

0 commit comments

Comments
 (0)