Skip to content

Commit

Permalink
Merge pull request #2 from Tobias-Fischer/patch-1
Browse files Browse the repository at this point in the history
Bump pyo3 version for py313 compatibility
  • Loading branch information
aMarcireau authored Oct 19, 2024
2 parents 12d0124 + 6e04abc commit 101d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
neuromorphic-drivers = "0.14.0"
numpy = "0.21.0"
paste = "1.0"
pyo3 = {version = "0.21", features = ["extension-module"]}
pyo3 = {version = "0.22.2", features = ["extension-module"]}

[build-dependencies]
cc = "1.0"
Expand Down

0 comments on commit 101d848

Please sign in to comment.