Skip to content

Commit

Permalink
feat: bump pyo3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaker authored Jan 13, 2025
1 parent 2cb74cc commit 706c7a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "epyxid"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23.3", features = ["extension-module"] }
pyo3 = { version = "^0.23", features = ["extension-module"] }
xid = "1.1.1"

[profile.release]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ build-backend = "maturin"
[tool.maturin]
manifest-path = "Cargo.toml"
module-name = "epyxid"
python-source = "python"

[tool.maturin.target."x86_64-apple-darwin"]
macos-deployment-target = "10.12"
Expand Down

0 comments on commit 706c7a4

Please sign in to comment.