Skip to content

Commit 5618edb

Browse files
committed
rust: remove release version constraint for aarch64-unknown-linux-gnu
We started producing 3.8 builds for aarch64-unknown-linux-gnu a few commits ago. Let's start releasing them.
1 parent 2e01fde commit 5618edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
9292
TripleRelease {
9393
suffixes: linux_suffixes_nopgo.clone(),
9494
install_only_suffix: "lto",
95-
python_version_requirement: Some(VersionReq::parse(">=3.9").unwrap()),
95+
python_version_requirement: None,
9696
},
9797
);
9898

0 commit comments

Comments
 (0)