Skip to content

Commit 777a356

Browse files
committed
add Python 3.12 back to the Nix shell, related to #26
1 parent 95d6d63 commit 777a356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pkgs.mkShell {
1919
poetry
2020
py310
2121
python311
22+
python312
2223
] ++ (if dev then [ pkgs.poetryPlugins.poetry-plugin-export ] else []);
2324
shellHook = ''
2425
# To get this working on the lab machine, we need to modify Poetry's keyring interaction:

0 commit comments

Comments
 (0)