Skip to content

Commit

Permalink
remove support for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Mar 1, 2024
1 parent 1b8d1ff commit c2947f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit c2947f7

Please sign in to comment.