---
title: "Min Version"
description: "Minimum supported Python and pip versions, and what the published wheels need at runtime."
source: "Integrity Python SDK"
---
- Python: 3.10
- pip: latest supported release
- Linux wheel runtime requirements are release- and architecture-specific. See the reports below.

Pre-compiled wheels are available for common systems. If a wheel is not available for your target platform, use [Install From Source](./source.mdx) instead.

## Linux Wheel Requirements

These reports are generated during the release workflow from the actual published Linux wheels and contain the output of `auditwheel show`.

### x86_64

```text
eqty_sdk-0.0.0-cp38-abi3-linux_x86_64.whl is consistent with the
following platform tag: "manylinux_2_38_x86_64".

The wheel references external versioned symbols in these
system-provided shared libraries: libc.so.6 with versions
{'GLIBC_2.3', 'GLIBC_2.14', 'GLIBC_2.12', 'GLIBC_2.28', 'GLIBC_2.8',
'GLIBC_2.9', 'GLIBC_2.32', 'GLIBC_2.3.4', 'GLIBC_2.27', 'GLIBC_2.16',
'GLIBC_2.18', 'GLIBC_2.5', 'GLIBC_2.15', 'GLIBC_2.2.5', 'GLIBC_2.34',
'GLIBC_2.7', 'GLIBC_2.4', 'GLIBC_2.33', 'GLIBC_2.17', 'GLIBC_2.38',
'GLIBC_2.25', 'GLIBC_2.3.2'}, libcrypto-9c298d15.so.3 with versions
{'OPENSSL_3.4.0', 'OPENSSL_3.0.0', 'OPENSSL_3.2.0', 'OPENSSL_3.3.0',
'OPENSSL_3.6.0', 'OPENSSL_3.0.3'}, libgcc_s.so.1 with versions
{'GCC_3.0', 'GCC_3.3', 'GCC_4.2.0'}, libm.so.6 with versions
{'GLIBC_2.29'}, libssl-27b3b145.so.3 with versions {'OPENSSL_3.0.0'}

This constrains the platform tag to "manylinux_2_38_x86_64". In order
to achieve a more compatible tag, you would need to recompile a new
wheel from source on a system with earlier versions of these
libraries, such as a recent manylinux image.
```

### aarch64

```text
Release workflow has not generated the aarch64 auditwheel report yet.
```

## macOS Wheel Requirements

These reports are generated during the release workflow from the actual published macOS wheels and contain the output of `otool -L`.

### arm64

```text
Release workflow has not generated the macOS arm64 wheel linkage report yet.
```

### x86_64

```text
Release workflow has not generated the macOS x86_64 wheel linkage report yet.
```