We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35475d1 commit 7d38622Copy full SHA for 7d38622
2 files changed
CHANGELOG.rst
@@ -1,6 +1,16 @@
1
.. SPDX-FileCopyrightText: Daniele Nicolodi <daniele@grinta.net>
2
.. SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
3
4
+1.8
5
+---
6
+
7
+- Declare support for Python 3.14 in classifiers and build wheels for
8
+ CPython 3.14.
9
+- Make the extension module compatible with free-threaded builds of
10
+ CPython and build wheels for CPython 3.13t and 3.14t.
11
12
+Released 02-09-2025.
13
14
1.7
15
---
16
pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "mesonpy"
[project]
name = "siphash24"
-version = "1.8.dev0"
+version = "1.8"
license = "Apache-2.0 OR LGPL-2.1-or-later"
description = "Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation"
17
readme = "README.rst"
0 commit comments