python315: 3.15.0a7 -> 3.15.0b1

https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-beta-1
This commit is contained in:
Martin Weinelt
2026-05-07 23:13:33 +02:00
parent 0db687cd5c
commit de92bac908
2 changed files with 3 additions and 3 deletions
@@ -427,7 +427,7 @@ stdenv.mkDerivation (finalAttrs: {
# backport fix for https://github.com/python/cpython/issues/95855
./platform-triplet-detection.patch
]
++ optionals (pythonAtLeast "3.14") [
++ optionals (pythonAtLeast "3.14" && pythonOlder "3.15") [
# https://github.com/python/cpython/issues/146264
# https://github.com/python/cpython/pull/146265
./3.14/hacl-static-ldeps-for-static-modules.patch