Skip to content

Commit b234f30

Browse files
committed
Bump PyO3 version to 0.27
This will add Python 3.14 support Related to Homebrew/homebrew-core#250674 Signed-off-by: botantony <[email protected]>
1 parent 3382956 commit b234f30

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
]
1920

2021
dependencies = [

rust/Cargo.lock

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = true
1414
overflow-checks = false
1515

1616
[dependencies]
17-
pyo3 = { version = "0.25", features = ["extension-module", "generate-import-lib"] }
17+
pyo3 = { version = "0.27", features = ["extension-module", "generate-import-lib"] }
1818

1919
[features]
2020
extension-module = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)