Skip to content

Commit f2947c9

Browse files
g-bauerdavidhewitt
andauthored
Update PyO3 version to 0.24 (#81)
Co-authored-by: David Hewitt <[email protected]>
1 parent 637c09f commit f2947c9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Unreleased
2+
3+
### Packaging
4+
- Update to PyO3 0.24
5+
16
## 0.23.0 - 2024-11-22
27

38
### Packaging

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pythonize"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["David Hewitt <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.63"
@@ -13,11 +13,11 @@ documentation = "https://docs.rs/crate/pythonize/"
1313

1414
[dependencies]
1515
serde = { version = "1.0", default-features = false, features = ["std"] }
16-
pyo3 = { version = "0.23.1", default-features = false }
16+
pyo3 = { version = "0.24", default-features = false }
1717

1818
[dev-dependencies]
1919
serde = { version = "1.0", default-features = false, features = ["derive"] }
20-
pyo3 = { version = "0.23.1", default-features = false, features = ["auto-initialize", "macros", "py-clone"] }
20+
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize", "macros", "py-clone"] }
2121
serde_json = "1.0"
2222
serde_bytes = "0.11"
2323
maplit = "1.0.2"

0 commit comments

Comments
 (0)