Skip to content

Commit 5ecd42b

Browse files
committed
chore: bump Python version in nix
1 parent 9c3be75 commit 5ecd42b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ pkgs.mkShell {
33
name = "onix-shellder";
44
venvDir = "./.venv";
55
buildInputs = [
6-
python312Packages.python
7-
python312Packages.venvShellHook
6+
python313Packages.python
7+
python313Packages.venvShellHook
88

99
# Required dependencies
1010

1111
# Python
12-
python312Packages.black
12+
python313Packages.black
1313

1414
# misc
1515
taglib

0 commit comments

Comments
 (0)