Skip to content

Commit

Permalink
Bump maximum supported CPython version in pyo3-ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
clin1234 authored Jan 17, 2025
1 parent 4ccc8ff commit c67ca08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-ffi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SUPPORTED_VERSIONS_CPYTHON: SupportedVersions = SupportedVersions {
min: PythonVersion { major: 3, minor: 7 },
max: PythonVersion {
major: 3,
minor: 13,
minor: 14,
},
};

Expand Down

0 comments on commit c67ca08

Please sign in to comment.