fix(docs): specify python version to 3.10

The docs say 3 is valid, but it is not. Jammy uses 3.10 so pin it to
that.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I73530750065294eb511d88318ba86a6c50c8aa7d
This commit is contained in:
Boyan Karatotev 2023-02-16 15:15:54 +00:00
parent 4052d9583c
commit a7773c590d

View file

@ -12,7 +12,7 @@ version: 2
build:
os: ubuntu-22.04 # Ubuntu Jammy LTS
tools:
python: 3
python: 3.10
python:
install: