Compare commits
1 Commits
main
...
build-3.15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1606388ffa |
@ -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.
|
||||
|
||||
|
||||
@ -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-*",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user