summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-24 13:35:12 +0000
committerGerrit Code Review <review@openstack.org>2021-02-24 13:35:12 +0000
commitc1b1e6cbfe5a6bcb2b851eb0ae3ee1ace8f41da6 (patch)
treed05794d07ab3caf736f50ee64f5513762ff5ae95
parent6b1bc93fb2e86c62549b93235984985031ebaa77 (diff)
parent5d93035d10c5eebad492e2329cc421f80d6a39c2 (diff)
downloadgit-review-c1b1e6cbfe5a6bcb2b851eb0ae3ee1ace8f41da6.tar.gz
Merge "Test/assert Python 3.9 support"
-rw-r--r--.zuul.yaml2
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 4d8e233..55da418 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -9,5 +9,7 @@
- tox-py36
- tox-py37
- tox-py38
+ - tox-py39:
+ nodeset: ubuntu-focal
gate:
jobs: *jobs
diff --git a/setup.cfg b/setup.cfg
index 83fc0a5..ae88ab7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,6 +9,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python
Development Status :: 5 - Production/Stable
Environment :: Console
diff --git a/tox.ini b/tox.ini
index 8b251eb..e7bf441 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = linters,docs,py3{5,6,7,8}
+envlist = linters,docs,py3
ignore_basepython_conflict = true
[testenv]