Skip to content

Commit ef22df9

Browse files
committed
dont compile pymwemu by default, there is an incompatibility with python3.13
1 parent 5295297 commit ef22df9

File tree

3 files changed

+23
-132
lines changed

3 files changed

+23
-132
lines changed

Cargo.lock

Lines changed: 21 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"crates/pymwemu",
4+
# "crates/pymwemu",
55
"crates/libmwemu",
66
"crates/mwemu",
77
]

crates/pymwemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "pymwemu"
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
pyo3 = "0.18.1"
13+
pyo3 = "0.26.0"
1414
env_logger = "0.11.6"
1515
libmwemu = { path = "../libmwemu" }
1616
log = "0.4.22"

0 commit comments

Comments
 (0)