Fix hard and soft float libc detection for managed Python distributions on ARM (#8498)

This commit is contained in:
Pietro Zambelli
2024-10-30 00:46:21 +01:00
committed by GitHub
parent 08d022984c
commit 2b0e16cb75
6 changed files with 75 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ pub use crate::version_files::{
};
pub use crate::virtualenv::{Error as VirtualEnvError, PyVenvConfiguration, VirtualEnvironment};
mod cpuinfo;
mod discovery;
pub mod downloads;
mod environment;