From 8003eea9d181a74256fc4cb7542bb26211616469 Mon Sep 17 00:00:00 2001 From: Cai Hui Date: Wed, 3 Nov 2021 06:40:37 +0800 Subject: [PATCH] Add python3.9 in tox Add python3.9 CI job. Change-Id: I85674c664821aa2370d4f0d6d09657374dfdda7e --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 054cd511..9bf7b85d 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,9 @@ norecursedirs = .tox .venv [testenv:venv] commands = {posargs} +[testenv:py39] +basepython = python3.9 + [testenv:py38] basepython = python3.8