Skip to content

Commit c849569

Browse files
committed
Bump maximum supported CPython version in pyo3-ffi
1 parent e88ea62 commit c849569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyo3-ffi/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SUPPORTED_VERSIONS_CPYTHON: SupportedVersions = SupportedVersions {
1717
min: PythonVersion { major: 3, minor: 7 },
1818
max: PythonVersion {
1919
major: 3,
20-
minor: 13,
20+
minor: 14,
2121
},
2222
};
2323

0 commit comments

Comments
 (0)