Skip to content

Commit 404589e

Browse files
committed
Prepare 3.7.0
1 parent d3cd664 commit 404589e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
-----------
33

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+
412
v3.6.0 2025-10-02
513
~~~~~~~~~~~~~~~~~
614

xxhash/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = "3.6.0"
1+
VERSION = "3.7.0"
22
#: Deprecated, will be removed in the next major release
3-
VERSION_TUPLE = (3, 6, 0)
3+
VERSION_TUPLE = (3, 7, 0)

0 commit comments

Comments
 (0)