From c2947f70bc7472228bb4553cf1bd6d8ef2b4fc06 Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Fri, 1 Mar 2024 17:32:35 +0100 Subject: [PATCH] remove support for 3.12 --- README.md | 2 +- docs/getting_started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b7f40d4..31f09f25 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The following illustration describes the main steps of `sopa`: # Installation ### PyPI installation -Sopa can be installed via `PyPI` on all operating systems. The preferred Python version is `python==3.10`, but we also support `3.9` to `3.12`. On a new environment, run the following command: +Sopa can be installed via `PyPI` on all operating systems. The preferred Python version is `python==3.10`, but we also support `3.9` to `3.11`. On a new environment, run the following command: ``` pip install sopa ``` diff --git a/docs/getting_started.md b/docs/getting_started.md index fa22a3c9..931d1bbb 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -2,7 +2,7 @@ Sopa can be installed on every OS with `pip` or [`poetry`](https://python-poetry.org/docs/). -The preferred Python version is `python==3.10`, but we also support `3.9` to `3.12`. +The preferred Python version is `python==3.10`, but we also support `3.9` to `3.11`. !!! note "Advice (optional)"