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.
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -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
|
||||
|
||||
@ -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