From e3e91260634e32df4f76c5f22e83c263ef44f5be Mon Sep 17 00:00:00 2001 From: Jacek Generowicz Date: Tue, 11 Jun 2024 13:18:07 +0200 Subject: [PATCH] Remove Python 3.9 --- python/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/flake.nix b/python/flake.nix index ac56e1b..ceec629 100644 --- a/python/flake.nix +++ b/python/flake.nix @@ -77,7 +77,7 @@ ''; }; } - ) [ "python39" "python310" "python311" "python312" ] + ) [ "python310" "python311" "python312" ] ); } );