chore(home): upgrade python to python3.13

This commit is contained in:
Ryan Yin
2025-04-19 22:30:39 +08:00
parent 4465b0388e
commit 15628b667a
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
minicom minicom
# ai related # ai related
pkgs-unstable.python312Packages.huggingface-hub # huggingface-cli pkgs-unstable.python313Packages.huggingface-hub # huggingface-cli
# misc # misc
pkgs-unstable.devbox pkgs-unstable.devbox

View File

@@ -68,7 +68,7 @@
#-- python #-- python
pyright # python language server pyright # python language server
(python312.withPackages ( (python313.withPackages (
ps: ps:
with ps; [ with ps; [
ruff ruff

View File

@@ -25,7 +25,7 @@
# kicad # 3d printing, eletrical engineering # kicad # 3d printing, eletrical engineering
# fpga # fpga
pkgs-unstable.python312Packages.apycula # gowin fpga pkgs-unstable.python313Packages.apycula # gowin fpga
pkgs-unstable.yosys # fpga synthesis pkgs-unstable.yosys # fpga synthesis
pkgs-unstable.nextpnr # fpga place and route pkgs-unstable.nextpnr # fpga place and route
pkgs-unstable.openfpgaloader # fpga programming pkgs-unstable.openfpgaloader # fpga programming