fix(docs): python version must be string

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: If5886f8adb391edf3771112cd8e20957a454eae0
This commit is contained in:
Boyan Karatotev 2023-02-16 15:29:52 +00:00
parent a7773c590d
commit 3aa919eb27

View file

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