Compare commits

...

1 Commits

Author SHA1 Message Date
Hynek Schlawack
1606388ffa
Build Python 3.15 wheels 2026-05-06 11:50:08 +02:00
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-*",