Skip to content

Commit b2c2f69

Browse files
Use latest pyo3 to make test work on windows
1 parent 22985ca commit b2c2f69

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ jobs:
121121
- name: run c-api tests
122122
working-directory: crates/capi
123123
run: cargo test
124-
if: runner.os != 'Windows' # Requires pyo3 0.29+ on Windows
125124

126125
- run: cargo doc --locked
127126
if: runner.os == 'Linux'

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ lto = "thin"
103103

104104
[patch.crates-io]
105105
parking_lot_core = { git = "https://github.com/youknowone/parking_lot", branch = "rustpython" }
106+
pyo3-ffi = { git = "https://github.com/PyO3/pyo3" }
106107
# REDOX START, Uncomment when you want to compile/check with redoxer
107108
# REDOX END
108109

@@ -256,7 +257,7 @@ pkcs8 = "0.10"
256257
proc-macro2 = "1.0.105"
257258
psm = "0.1"
258259
pymath = { version = "0.2.0", features = ["mul_add", "malachite-bigint", "complex"] }
259-
pyo3 = "0.28"
260+
pyo3 = { git = "https://github.com/PyO3/pyo3" }
260261
quote = "1.0.45"
261262
radium = "1.1.1"
262263
rand = "0.9"

0 commit comments

Comments
 (0)