We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cd664 commit 404589eCopy full SHA for 404589e
2 files changed
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
CHANGELOG
2
-----------
3
4
+v3.7.0 2025-04-25
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Drop support for Python 3.7
8
+- Build armv7l manylinux/musllinux wheels
9
+- Build riscv64 manylinux/musllinux wheels
10
+- Build android and ios wheels
11
12
v3.6.0 2025-10-02
13
~~~~~~~~~~~~~~~~~
14
xxhash/version.py
@@ -1,3 +1,3 @@
-VERSION = "3.6.0"
+VERSION = "3.7.0"
#: Deprecated, will be removed in the next major release
-VERSION_TUPLE = (3, 6, 0)
+VERSION_TUPLE = (3, 7, 0)
0 commit comments