docs: Updated Python version in contributing doc

This commit is contained in:
Fabien LOISON 2024-01-15 16:31:30 +01:00
parent 02045ca5fe
commit 67c5370f35
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ You will need the following dependencies to build YOGA:
* GCC with C++ 11 support
* GNU Make
* cmake
* Python >= 3.7 (with headers)
* Python >= 3.8 (with headers)
* Python setuptools
* Python CFFI
@ -224,10 +224,11 @@ To run the tests only for a specific Python version, you can use following
commands (the corresponding Python interpreter must be installed on your
machine)::
nox -s test-2.7
nox -s test-3.7
nox -s test-3.8
nox -s test-3.9
nox -s test-3.10
nox -s test-3.11
nox -s test-3.12
YOGA tests are very slow to run (especially the ones related to the image
optimization). If you want to run only specific tests, you can run them using