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.
2 parents 2f03e5a + 447bac5 commit 1805da3Copy full SHA for 1805da3
CHANGELOG.rst
@@ -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
8
1.10.0 (2020-12-12)
9
===================
10
setup.py
@@ -11,7 +11,7 @@ def main():
11
url='https://py.readthedocs.io/',
12
license='MIT license',
13
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
14
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
15
author='holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others',
16
author_email='[email protected]',
17
classifiers=['Development Status :: 6 - Mature',
@@ -30,6 +30,9 @@ def main():
30
'Programming Language :: Python :: 3.5',
31
'Programming Language :: Python :: 3.6',
32
'Programming Language :: Python :: 3.7',
33
+ 'Programming Language :: Python :: 3.8',
34
+ 'Programming Language :: Python :: 3.9',
35
+ 'Programming Language :: Python :: 3.10',
36
'Programming Language :: Python :: Implementation :: CPython',
37
'Programming Language :: Python :: Implementation :: PyPy',
38
],
0 commit comments