Skip to content

Commit 47ab7a4

Browse files
committedDec 18, 2024·
pywellen: rewuire python 3.9 and update pyo3
hopefully this will let us solve this issue: PyO3/pyo3#4265 (comment)
1 parent 4d57a4c commit 47ab7a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎pywellen/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ name = "pywellen"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
bytemuck = "1.18.0"
1413
num-bigint = "0.4.6"
15-
pyo3 = { version = "0.22.5", features = ["num-bigint"] }
14+
pyo3 = { version = "0.23.3", features = ["num-bigint"] }
1615
wellen = { workspace = true }

‎pywellen/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pywellen"
3-
requires-python = ">=3.8"
3+
requires-python = ">=3.9"
44
classifiers = [
55
"Programming Language :: Rust",
66
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)
Please sign in to comment.