python39: drop before the 25.05 branch-off

End of security support is scheduled for 2025-10-31, which does not cover
the complete 25.05 release cycle.
This commit is contained in:
Martin Weinelt
2025-04-13 01:26:42 +02:00
parent 1076d576f5
commit 8e93fb0f32
5 changed files with 3 additions and 39 deletions
@@ -44,18 +44,6 @@
inherit passthruFun;
};
python39 = callPackage ./cpython {
self = __splicedPackages.python39;
sourceVersion = {
major = "3";
minor = "9";
patch = "21";
suffix = "";
};
hash = "sha256-MSb1lZLJsNeYWEdV8r97CB+hyjXOem/qmAEI11KgW7E=";
inherit passthruFun;
};
python310 = callPackage ./cpython {
self = __splicedPackages.python310;
sourceVersion = {