deps: Raise the Python requirement to 3.10 (#31088)

This will allow us to use the pip's new dependency resolver.
This commit is contained in:
Martin Robinson 2024-01-15 12:56:15 +01:00 committed by GitHub
parent 3c1ab65458
commit 0d240b8713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 5 deletions

View file

@ -22,6 +22,7 @@ manually, try the [manual build setup][manual-build].
### macOS
- Ensure that the version showed by `python --version` is >= 3.10:
- Install [Xcode](https://developer.apple.com/xcode/)
- Install [Homebrew](https://brew.sh/)
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
@ -31,7 +32,7 @@ manually, try the [manual build setup][manual-build].
### Linux
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
- Install Python
- Install Python (version >= 3.10):
- **Debian-like:** Run `sudo apt install python3-pip python3-venv`
- **Fedora:** Run `sudo dnf install python3 python3-pip python3-devel`
- **Arch:** Run `sudo pacman -S --needed python python-pip`