chore(frontend-python): adding 3.12 in the docs

This commit is contained in:
Benoit Chevallier-Mames
2024-08-30 12:15:08 +02:00
committed by Quentin Bourgerie
parent b60368e3ec
commit c453e637e3
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ This document explains the most common errors and provides solutions to fix them
**Cause**: The installation does not work fine for you.
**Possible solutions**:
- Be sure that you use a supported Python version (currently from 3.8 to 3.11, included).
- Be sure that you use a supported Python version (currently from 3.8 to 3.12, included).
- Check that you have done `pip install -U pip wheel setuptools` before.
- Consider adding a `--extra-index-url https://pypi.zama.ai/cpu` or `--extra-index-url https://pypi.zama.ai/gpu`, depending on whether you want the CPU or the GPU wheel.
- Concrete requires glibc>=2.28, be sure to have a sufficiently recent version.

View File

@@ -2,7 +2,7 @@
This document explains the steps to install **Concrete** into your project.
**Concrete** is natively supported on Linux and macOS from Python 3.8 to 3.11 inclusive. If you have Docker in your platform, you can use the docker image to use **Concrete**.
**Concrete** is natively supported on Linux and macOS from Python 3.8 to 3.12 inclusive. If you have Docker in your platform, you can use the docker image to use **Concrete**.
## Using PyPI