File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11.. SPDX-FileCopyrightText: Daniele Nicolodi <daniele@grinta.net>
22.. SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
33
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+
4141.7
515---
616
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ build-backend = "mesonpy"
1111
1212[project ]
1313name = " siphash24"
14- version = " 1.8.dev0 "
14+ version = " 1.8"
1515license = " Apache-2.0 OR LGPL-2.1-or-later"
1616description = " Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation"
1717readme = " README.rst"
You can’t perform that action at this time.
0 commit comments