chore(deps): Update python to 3.12

This commit is contained in:
Ahmad Ansori Palembani 2024-07-11 13:37:00 +07:00
parent ea122dc39a
commit 2155ef271d
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,7 +1,7 @@
{ pkgs, vars, ... }: { pkgs, vars, ... }:
let let
python = pkgs.python310Full.override { python = pkgs.python312Full.override {
# FIXME: Build failed, maybe override postInstall instead? # FIXME: Build failed, maybe override postInstall instead?
#enableFramework = true; #enableFramework = true;
}; };
@ -22,8 +22,8 @@ in
python python
# FIXME: Build failed, dnspython pytest keep returning FAILED caused by timeout. Maybe find a way to bypass check for them # FIXME: Build failed, dnspython pytest keep returning FAILED caused by timeout. Maybe find a way to bypass check for them
# (pkgs.poetry.override { python3 = python; }) # (pkgs.poetry.override { python3 = python; })
pkgs.python310Packages.pip pkgs.python312Packages.pip
pkgs.python310Packages.tkinter pkgs.python312Packages.tkinter
pkgs.fastfetch pkgs.fastfetch
pkgs.eza pkgs.eza
pkgs.lf pkgs.lf