Skip to content

Commit

Permalink
Docs: update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed May 16, 2024
1 parent f67d497 commit 3aeada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running from source.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use that version. These steps are for developers or platforms without compiled r

What you'll need:
* [Python 3.8.7 or newer](https://www.python.org/downloads/), not the Windows Store version
* **Python 3.12 is currently unsupported**
* Python 3.12 is currently the newest supported version
* pip: included in downloads from python.org, separate in many Linux distributions
* Matching C compiler
* possibly optional, read operating system specific sections
Expand All @@ -31,7 +31,7 @@ After this, you should be able to run the programs.

Recommended steps
* Download and install a "Windows installer (64-bit)" from the [Python download page](https://www.python.org/downloads)
* **Python 3.12 is currently unsupported**
* [read above](#General) which versions are supported

* **Optional**: Download and install Visual Studio Build Tools from
[Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
Expand Down

0 comments on commit 3aeada8

Please sign in to comment.