Skip to content

Commit

Permalink
Use pyo3 0.20
Browse files Browse the repository at this point in the history
This version has official support for Python 3.12:

https://github.com/PyO3/pyo3/releases/tag/v0.20.0
  • Loading branch information
musicinmybrain committed Nov 13, 2023
1 parent 0bea714 commit b4dd633
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cramjam-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ extension-module = ["pyo3/extension-module"]


[dependencies]
# Python 3.12 support not officially released yet
pyo3 = { git = "https://github.com/PyO3/pyo3.git", rev="90cc69b", default-features = false, features = ["macros"] }
pyo3 = { version = "^0.20", default-features = false, features = ["macros"] }
libcramjam = { path = "../libcramjam" }

0 comments on commit b4dd633

Please sign in to comment.