about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-02 12:10:19 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-05 11:56:21 +0100
commit14a12caecffdba81e6ccba5cba9cd3b38cb4571e (patch)
tree449e078d0b62f8ef0e4ef100ac9b00a0849e43c2 /pkgs/development/interpreters
parent7251d0228a36aafb26d21bc33a7ab3958f1c3bd1 (diff)
downloadnixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar.gz
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar.bz2
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar.lz
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar.xz
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.tar.zst
nixlib-14a12caecffdba81e6ccba5cba9cd3b38cb4571e.zip
python38: remove
The end of life for Python 3.8 is scheduled for 2024/10. As such it
cannot be a part of NixOS 24.05, because its support cycle goes past
that.
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/default.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix
index 95d2ca33558d..12050f319fc0 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -42,19 +42,6 @@ in {
     inherit passthruFun;
   };
 
-  python38 = callPackage ./cpython {
-    self = __splicedPackages.python38;
-    sourceVersion = {
-      major = "3";
-      minor = "8";
-      patch = "18";
-      suffix = "";
-    };
-    hash = "sha256-P/txzTSaMmunsvrcfn34a6V33ZxJF+UqhAGtvadAXj8=";
-    inherit (darwin) configd;
-    inherit passthruFun;
-  };
-
   python39 = callPackage ./cpython {
     self = __splicedPackages.python39;
     sourceVersion = {