Skip to content

26.1.0

Latest

Choose a tag to compare

@hynek hynek released this 20 Aug 08:01
· 2 commits to main since this release
26.1.0
fb50afc

Highlights

Big and scary release! We've switched from setuptools to scikit-build-core and added wheels for pyemscripten and (provisionally) RISC-V.

Full changelog below!

Special Thanks

This release would not be possible without my generous sponsors! Thank you to all of you making sustainable maintenance possible! If you would like to join them, go to https://github.com/sponsors/hynek and check out the sweet perks!

Above and Beyond

Variomedia AG (@variomedia), Tidelift (@tidelift), Kraken Tech (@kraken-tech), Klaviyo (@klaviyo), Privacy Solutions GmbH (@privacy-solutions), FilePreviews (@filepreviews), TestMu AI Open Source Office (Formerly LambdaTest) (@LambdaTest-Inc), Todoist Inc (@Doist), Daniel Fortunov (@asqui), and Kevin P. Fleming (@kpfleming).

Maintenance Sustainers

Buttondown (@buttondown), Christopher Dignam (@chdsbd), Magnus Watn (@magnuswatn), David Cramer (@dcramer), Rivo Laks (@rivol), Polar (@polarsource), Mike Fiedler (@miketheman), Duncan Hill (@cricalix), Colin Marquardt (@cmarqu), Nick Libertini (@libertininick), Brian M. Dennis (@crossjam), Al Sweigart (@asweigart), Celebrity News AG (@celebritynewsag), The Westervelt Company (@westerveltco), Sławomir Ehlert (@slafs), Mostafa Khalil (@khadrawy), Filip Mularczyk (@mukiblejlok), Thomas Klinger (@thmsklngr), Andreas Poehlmann (@ap--), August Trapper Bigelow (@atbigelow), Carlton Gibson (@carltongibson), and Roboflow (@roboflow).

Full Changelog

Vendoring Argon2 @ f57e61e.

Added

  • Python 3.15 wheels. #112

  • PyPy 3.11 wheels.

  • Linux on RISC-V 64bit wheels. #106

  • pyemscripten wheels for Python 3.13 and 3.14. #129

Changed

  • The bindings are now built with scikit-build-core and CMake instead of setuptools. The C source for the extension module is generated from _ffi.cdef.txt and _ffi.csrc.c using CFFI's cffi-gen-src tool and committed to the repository as _ffi.c. The build compiles that file directly and needs no CFFI at build time. Building from source requires CMake now. If none is found, it is downloaded automatically as part of the build. #173

Removed

  • Python 3.9 support. #173

  • Python 3.13t wheels. Free-threading on 3.13 was always only experimental and both manylinux and cibuildwheel dropped support for it.


This release contains contributions from @gounthar, @hugovk, @hynek, @justeph, @ngoldbaum, and @RonnyPfannschmidt.

Artifact Attestations

You can verify this release's artifact attestions using GitHub's CLI tool by downloading the sdist and wheel from PyPI and running:

$ gh attestation verify --owner hynek argon2-cffi-bindings-26.1.0.tar.gz

and

$ gh attestation verify --owner hynek argon2-cffi-bindings-26.1.0-py3-none-any.whl