We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a616e commit df9fde6Copy full SHA for df9fde6
pyo3-ffi/build.rs
@@ -18,7 +18,7 @@ const SUPPORTED_VERSIONS_CPYTHON: SupportedVersions = SupportedVersions {
18
min: PythonVersion { major: 3, minor: 7 },
19
max: PythonVersion {
20
major: 3,
21
- minor: 14,
+ minor: 15,
22
},
23
};
24
0 commit comments