Skip to content

Commit

Permalink
Use pyo3 0.20 (#118)
Browse files Browse the repository at this point in the history
* Use pyo3 0.20

This version has official support for Python 3.12:

https://github.com/PyO3/pyo3/releases/tag/v0.20.0

* Update Cargo.lock
  • Loading branch information
musicinmybrain authored Nov 13, 2023
1 parent 0bea714 commit a1c0c02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a1c0c02

Please sign in to comment.