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.
1 parent 094c663 commit fb3180bCopy full SHA for fb3180b
README.rst
@@ -42,8 +42,11 @@ ChangeLog
42
----------
43
44
Versoin 3.0.0
45
+~~~~~~~~~~~~~~~
46
47
++ Add support for Python 3.9 & 3.10
48
+ Drop support for Python 2
49
++ Build wheels for musl & aarch64
50
51
Version 2.0.1
52
~~~~~~~~~~~~~~~
bencoder.pyx
@@ -12,8 +12,6 @@
12
13
# Based on https://github.com/karamanolev/bencode3/blob/master/bencode.py
14
15
-__version__ = '3.0.0'
16
-
17
18
19
from cpython.version cimport PY_MAJOR_VERSION, PY_MINOR_VERSION
0 commit comments