Skip to content

Commit

Permalink
Pyo3 to 0.20 (#968)
Browse files Browse the repository at this point in the history
Update Pyo3 to 0.20 for stable Python 3.12 support

Closes #956
  • Loading branch information
jw3 authored Dec 22, 2023
1 parent 101763a commit c521728
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 25 deletions.
58 changes: 35 additions & 23 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19", features = ["abi3", "auto-initialize"] }
pyo3 = { version = "0.20", features = ["abi3", "auto-initialize"] }
similar = "2.1"
chrono = "0.4"
tempfile = "3.3"
log = "0.4"
pyo3-log = ">=0.8"
pyo3-log = "0.9"

fapolicy-analyzer = { path = "../analyzer" }
fapolicy-auparse = { path = "../auparse" }
Expand Down

0 comments on commit c521728

Please sign in to comment.