Skip to content

Commit 68d7905

Browse files
committed
Use python314 instead of python312
1 parent 07333a1 commit 68d7905

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages.x86_64-linux.default = package;
2222
devShells.x86_64-linux.default = pkgs.mkShell {
2323
packages = with pkgs; [
24-
python312
24+
python314
2525
gnumake
2626
];
2727
};

replit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{pkgs}: {
33
deps = [
44
pkgs.gdb
5-
pkgs.python312Full
5+
pkgs.python314Full
66
pkgs.clang
77
];
88
}

scripts/ci_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env nix-shell
2-
#! nix-shell -i bash -p clang python312Full gnumake
2+
#! nix-shell -i bash -p clang python314Full gnumake
33

44
set -e
55

0 commit comments

Comments
 (0)