docs: remove misleading comment about pgpt working with python 3.12 (#1394)

I was misled into believing I could install using python 3.12 whereas the pyproject.toml explicitly states otherwise. This PR only removes this comment to make sure other people are not also trapped 😄
This commit is contained in:
Eliott Bouhana 2023-12-15 21:35:02 +01:00 committed by GitHub
parent 3582764801
commit 4e496e970a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
``` ```
* Install Python `3.11` (*if you do not have it already*). Ideally through a python version manager like `pyenv`. * Install Python `3.11` (*if you do not have it already*). Ideally through a python version manager like `pyenv`.
Python 3.12 should work too. Earlier python versions are not supported. Earlier python versions are not supported.
* osx/linux: [pyenv](https://github.com/pyenv/pyenv) * osx/linux: [pyenv](https://github.com/pyenv/pyenv)
* windows: [pyenv-win](https://github.com/pyenv-win/pyenv-win) * windows: [pyenv-win](https://github.com/pyenv-win/pyenv-win)