Skip to content

Commit c6914cf

Browse files
committed
build(native): bump pyo3 to 0.26 for Python 3.13 support
1 parent 97aa6ec commit c6914cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/codex_native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "codex_native"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
pyo3 = { version = "0.21", features = ["extension-module"] }
11+
pyo3 = { version = "0.26", features = ["extension-module"] }
1212
anyhow = "1"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"

0 commit comments

Comments
 (0)