Compare commits

..

1 Commits

Author SHA1 Message Date
Hynek Schlawack
1606388ffa
Build Python 3.15 wheels 2026-05-06 11:50:08 +02:00
3 changed files with 4 additions and 3 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

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2021 Hynek Schlawack and the argon2-cffi-bindings contributors
Copyright (c) 2021 Hynek Schlawack
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

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-*",