Skip to content

Commit 6f8a07c

Browse files
Merge pull request #42 from r1chardj0n3s/fully-remove-python-2-support
Make any built wheel explicitly not support Python 2
2 parents 15ddba0 + 5be4958 commit 6f8a07c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release History
33
---------------
44

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+
511
2.1.0
612

713
- Remove support for Python 2.

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
[bdist_wheel]
2-
# This flag says that the code is written to work on both Python 2 and Python
3-
# 3. If at all possible, it is good practice to do this. If you cannot, you
4-
# will need to generate wheels for each Python version that you support.
5-
universal=1

0 commit comments

Comments
 (0)