diff --git a/cramjam-python/Cargo.toml b/cramjam-python/Cargo.toml index 611042d2..198d8b93 100644 --- a/cramjam-python/Cargo.toml +++ b/cramjam-python/Cargo.toml @@ -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" }