Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions newsfragments/6193.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove deprecated `Python::version`
6 changes: 0 additions & 6 deletions src/marker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,6 @@ impl<'py> Python<'py> {
PyNotImplemented::get(self).to_owned().into_any().unbind()
}

/// Deprecated version of [Python::version_str].
#[deprecated(since = "0.29.0", note = "use Python::version_str instead")]
pub fn version(self) -> &'static str {
Python::version_str()
}

/// Gets the running Python interpreter version as a string.
///
/// # Examples
Expand Down
Loading