Build Python 3.15 wheels

This commit is contained in:
Hynek Schlawack 2026-02-21 14:27:57 +01:00
parent 015f66c5dc
commit 1606388ffa
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,8 @@ Vendoring *Argon2* @ [**`f57e61e`**](https://github.com/P-H-C/phc-winner-argon2/
### Added
- Python 3.15 support.
No free-threading wheels for now, because *cibuildwheel* doesn't support Python 3.15, yet.
- Python 3.15 wheels.
[#112](https://github.com/hynek/argon2-cffi-bindings/pull/112)
- PyPy 3.11 wheels.

View File

@ -71,6 +71,7 @@ build-frontend = "uv"
build = [
"cp39-*", # We have portable abi3 wheels.
"cp314t-*", # Free-threading / nogil.
"cp315t-*", # No stable ABI for free-treading, yet.
# PyPy 3.9 is EOL and doesn't build on Windows anymore.
"pp310-*",
"pp311-*",