Skip to content

Commit

Permalink
Bump ABI3_MAX_MINOR
Browse files Browse the repository at this point in the history
This adds the `Py_3_14` macro for conditional compilation.
  • Loading branch information
clin1234 committed Jan 23, 2025
1 parent fb4c148 commit cf7e299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-build-config/src/impl_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MINIMUM_SUPPORTED_VERSION_GRAALPY: PythonVersion = PythonVersion {
};

/// Maximum Python version that can be used as minimum required Python version with abi3.
pub(crate) const ABI3_MAX_MINOR: u8 = 12;
pub(crate) const ABI3_MAX_MINOR: u8 = 13;

#[cfg(test)]
thread_local! {
Expand Down

0 comments on commit cf7e299

Please sign in to comment.