Skip to content

Commit e7545e1

Browse files
committed
Add abi3-py315 in pyo3-build-config/Cargo.toml
1 parent 5453520 commit e7545e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyo3-build-config/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ abi3-py310 = ["abi3-py311"]
4141
abi3-py311 = ["abi3-py312"]
4242
abi3-py312 = ["abi3-py313"]
4343
abi3-py313 = ["abi3-py314"]
44-
abi3-py314 = ["abi3"]
44+
abi3-py314 = ["abi3-py315"]
45+
abi3-py315 = ["abi3"]
4546

4647
[package.metadata.docs.rs]
4748
features = ["resolve-config"]

0 commit comments

Comments
 (0)