From fe408cc848360b24680c826de6e574b47e87175b Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Mon, 25 Nov 2024 14:03:34 +0100 Subject: [PATCH] Update requirements.md Python 3.10 is cool too. --- docs/install/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/requirements.md b/docs/install/requirements.md index dce6b6e6..7c1b757e 100644 --- a/docs/install/requirements.md +++ b/docs/install/requirements.md @@ -5,7 +5,7 @@ InvenioRDM depends on the following requirements to be installed on your local system: - MacOS or Linux-based systems (Windows systems is not supported). -- [Python](https://www.python.org/) 3.9 / 3.11 / 3.12 and [pip](https://pip.pypa.io/en/stable/) +- [Python](https://www.python.org/) 3.9 / 3.10 / 3.11 / 3.12 and [pip](https://pip.pypa.io/en/stable/) - Python development headers: - On Ubuntu: `sudo apt install python3-dev`. - On RHEL/Fedora: `yum install -y python3-devel.x86_64`.