Skip to content

Commit e75e3ee

Browse files
committed
update shell.nix to python 3.12
1 parent 5cdf4b3 commit e75e3ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

shell.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
(pkgs.buildFHSUserEnv {
33
name = "pipzone";
44
targetPkgs = pkgs: (with pkgs; [
5-
python39
6-
python39Packages.pip
7-
python39Packages.virtualenv
8-
python39Packages.pytest
9-
python39Packages.pyperf
5+
python312
6+
python312Packages.pip
7+
python312Packages.virtualenv
8+
python312Packages.pytest
9+
python312Packages.pyperf
1010
maturin
1111
]);
1212
runScript = "bash";

0 commit comments

Comments
 (0)