From f56b276b972d85aa083ee1107c62bb85f09ba069 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 30 Mar 2021 11:24:46 +0100 Subject: [PATCH] Enable py39 testing with hacking - bump template to wallaby to make use of py39 job - advertise py39 support in metadata - clean default tox envlist to be python version agnostic Change-Id: I47ce403f35460bcf27d044450c7e6ed00cda7c4f --- .zuul.yaml | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 65a8a621..149e6c57 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,7 @@ - publish-openstack-docs-pti - openstack-cover-jobs - openstack-python35-jobs - - openstack-python3-victoria-jobs + - openstack-python3-wallaby-jobs - release-notes-jobs-python3 check: jobs: diff --git a/setup.cfg b/setup.cfg index 8502215b..3abda395 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,6 +26,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 [files] packages = diff --git a/tox.ini b/tox.ini index 054a95c3..1dfd5499 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.18.0 skipsdist = True -envlist = py36,py38,pep8,pypy +envlist = py,pep8 ignore_basepython_conflict = True [testenv]