From 92844f55e615c74ffbc5c31de080e5d133341e54 Mon Sep 17 00:00:00 2001 From: Cai Hui Date: Sat, 6 Nov 2021 10:00:00 +0800 Subject: [PATCH] Add python3.9 CI Add python3.9 CI in tox.ini. Change-Id: Ida07a13f5dcc152817bf2dd9353ad40f3dc61cbf --- setup.cfg | 1 + tox.ini | 3 +++ 2 files changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 02a1b9ad..c52aec66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Development Status :: 5 - Production/Stable Natural Language :: English Intended Audience :: Developers diff --git a/tox.ini b/tox.ini index 82cb01df..556d754d 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,9 @@ basepython = python3.6 [testenv:py38] basepython = python3.8 +[testenv:py39] +basepython = python3.9 + [testenv:venv] commands = {posargs}