Skip to content

Commit c9db502

Browse files
committed
chore(pyo3): target abi3-py310
1 parent 4cc2d65 commit c9db502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ encoding_rs = "=0.8.35"
1515
ignore = "=0.4.25"
1616
log = "=0.4.28"
1717
path-slash = "=0.2.1"
18-
pyo3 = { version = "=0.27.1", features = ["abi3-py39", "generate-import-lib"] }
18+
pyo3 = { version = "=0.27.1", features = ["abi3-py310", "generate-import-lib"] }
1919
pyo3-log = "=0.13.2"
2020
rayon = "=1.11.0"
2121
regex = "=1.12.2"

0 commit comments

Comments
 (0)