Skip to content

Commit df9fde6

Browse files
committed
Bump max CPython version in pyo3-ffi/build.rs
1 parent 20a616e commit df9fde6

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
@@ -18,7 +18,7 @@ const SUPPORTED_VERSIONS_CPYTHON: SupportedVersions = SupportedVersions {
1818
min: PythonVersion { major: 3, minor: 7 },
1919
max: PythonVersion {
2020
major: 3,
21-
minor: 14,
21+
minor: 15,
2222
},
2323
};
2424

0 commit comments

Comments
 (0)