python313: 3.13.6 -> 3.13.7

https://docs.python.org/release/3.13.7/whatsnew/changelog.html
This commit is contained in:
Martin Weinelt
2025-08-14 23:14:35 +02:00
parent 90219eb5dd
commit 4345a37636
3 changed files with 2 additions and 379 deletions
@@ -369,10 +369,6 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals (pythonAtLeast "3.13") [
./3.13/virtualenv-permissions.patch
]
++ optionals isPy313 [
# https://github.com/python/cpython/issues/137583
./3.13/revert-gh134724.patch
]
++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch