@@ -294,10 +294,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
294
294
suffixes : linux_suffixes_nopgo. clone ( ) ,
295
295
install_only_suffix : "lto" ,
296
296
python_version_requirement : None ,
297
- conditional_suffixes : vec ! [ ConditionalSuffixes {
298
- python_version_requirement: VersionSpecifier :: from_str( ">=3.13" ) . unwrap( ) ,
299
- suffixes: linux_suffixes_nopgo_freethreaded. clone( ) ,
300
- } ] ,
297
+ conditional_suffixes : vec ! [ ] ,
301
298
} ,
302
299
) ;
303
300
h. insert (
@@ -306,10 +303,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
306
303
suffixes : linux_suffixes_nopgo. clone ( ) ,
307
304
install_only_suffix : "lto" ,
308
305
python_version_requirement : Some ( VersionSpecifier :: from_str ( ">=3.9" ) . unwrap ( ) ) ,
309
- conditional_suffixes : vec ! [ ConditionalSuffixes {
310
- python_version_requirement: VersionSpecifier :: from_str( ">=3.13" ) . unwrap( ) ,
311
- suffixes: linux_suffixes_nopgo_freethreaded. clone( ) ,
312
- } ] ,
306
+ conditional_suffixes : vec ! [ ] ,
313
307
} ,
314
308
) ;
315
309
h. insert (
@@ -318,10 +312,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
318
312
suffixes : linux_suffixes_nopgo. clone ( ) ,
319
313
install_only_suffix : "lto" ,
320
314
python_version_requirement : Some ( VersionSpecifier :: from_str ( ">=3.9" ) . unwrap ( ) ) ,
321
- conditional_suffixes : vec ! [ ConditionalSuffixes {
322
- python_version_requirement: VersionSpecifier :: from_str( ">=3.13" ) . unwrap( ) ,
323
- suffixes: linux_suffixes_nopgo_freethreaded. clone( ) ,
324
- } ] ,
315
+ conditional_suffixes : vec ! [ ] ,
325
316
} ,
326
317
) ;
327
318
h. insert (
@@ -330,10 +321,7 @@ pub static RELEASE_TRIPLES: Lazy<BTreeMap<&'static str, TripleRelease>> = Lazy::
330
321
suffixes : linux_suffixes_nopgo. clone ( ) ,
331
322
install_only_suffix : "lto" ,
332
323
python_version_requirement : Some ( VersionSpecifier :: from_str ( ">=3.9" ) . unwrap ( ) ) ,
333
- conditional_suffixes : vec ! [ ConditionalSuffixes {
334
- python_version_requirement: VersionSpecifier :: from_str( ">=3.13" ) . unwrap( ) ,
335
- suffixes: linux_suffixes_nopgo_freethreaded. clone( ) ,
336
- } ] ,
324
+ conditional_suffixes : vec ! [ ] ,
337
325
} ,
338
326
) ;
339
327
0 commit comments