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 15ddba0 + 5be4958 commit 6f8a07cCopy full SHA for 6f8a07c
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Release History
3
---------------
4
5
+2.1.1
6
+
7
+- Bug fix: Though Python 2 support was removed from the source code, the published wheel was still universal.
8
+ The published wheel now explicitly does not support Python 2.
9
+ Please use version 2.0.4 for Python 2.
10
11
2.1.0
12
13
- Remove support for Python 2.
setup.cfg
@@ -1,5 +0,0 @@
1
-[bdist_wheel]
-# This flag says that the code is written to work on both Python 2 and Python
-# 3. If at all possible, it is good practice to do this. If you cannot, you
-# will need to generate wheels for each Python version that you support.
-universal=1
0 commit comments