Skip to content

Commit 7b9f74d

Browse files
fix(cli): bump core VM rawstor python bindings to 3.14
1 parent 1635821 commit 7b9f74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exordos_core/cmd/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
BOOTSTRAP_REPO_NAME = "bootstrap_repo_975aab1b"
5353
MAIN_SUBNET_UUID = sys_uuid.UUID("c910a7e1-61ae-4d56-bdd6-a59faa3cbda3")
5454
RAWSTOR_RELEASES_URL = "https://github.com/rawstor/librawstor/releases/download"
55-
RAWSTOR_PYTHON_VERSION = "3.12"
55+
RAWSTOR_PYTHON_VERSION = "3.14"
5656

5757

5858
cli_opts = [

0 commit comments

Comments
 (0)