Skip to content

Commit 07333a1

Browse files
committed
Bump python310 to python312 in ci_check.sh and replit.nix
1 parent e822b84 commit 07333a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.python310Full
5+
pkgs.python312Full
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 python310Full gnumake
2+
#! nix-shell -i bash -p clang python312Full gnumake
33

44
set -e
55

0 commit comments

Comments
 (0)