diff --git a/docs/sdks/sdk-ref-python.md b/docs/sdks/sdk-ref-python.md index 6981fde69..2d09cac4c 100644 --- a/docs/sdks/sdk-ref-python.md +++ b/docs/sdks/sdk-ref-python.md @@ -38,7 +38,12 @@ If you're a DSP, we'll send credentials to you. ## Version -The SDK supports Python 3.6 and above. +The minimum supported Python version depends on the [UID2 SDK for Python](https://pypi.org/project/uid2-client/) +version: + +- **v2.8.0+**: Python 3.10 or higher +- **v2.6.0**: Python 3.8 or higher +- **v2.5.0 and below**: Python 3.6 or higher ## GitHub Repository/Package @@ -50,6 +55,10 @@ The package is published in this location: - [https://pypi.org/project/uid2-client/](https://pypi.org/project/uid2-client/) +## Release Notes + +For detailed information about changes, bug fixes, and new features in each release, see the [release notes on GitHub](https://github.com/IABTechLab/uid2-client-python/releases). + ## Installation You can use the [Pip](https://packaging.python.org/en/latest/guides/tool-recommendations/#installing-packages) package manager to install the SDK.