Skip to content

Commit c119983

Browse files
authored
docs: fix python version in CONTRIBUTING.md (#4496)
1 parent 5c3f321 commit c119983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Any other contributions beyond those listed above are welcome!
3434
3535
To get started, install these tools:
3636
1. Docker Engine and Docker Compose (via Docker plugin system). Refer to [Docker Engine installation documentation](https://docs.docker.com/engine/install/). It's recommended to install via the distribution's package manager (`apt` for Debian/Ubuntu, and `dnf` or `yum` for CentOS/Fedora/RHEL).
37-
2. Python v3.10 or higher.
37+
2. Python v3.11 or higher.
3838
3. the `uv` package manager. Refer to [their installation documentation](https://docs.astral.sh/uv/getting-started/installation/).
3939
4. `prek` for Git pre-commit hooks. Refer to [their installation documentation](https://prek.j178.dev/installation/).
4040

0 commit comments

Comments
 (0)