Merge "Add Python 3.6 to supported versions"

This commit is contained in:
Zuul 2021-03-22 02:29:16 +00:00 committed by Gerrit Code Review
commit e906085422
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
templates: templates:
- openstack-python-jobs-no-constraints - openstack-python-jobs-no-constraints
- openstack-python35-jobs-no-constraints - openstack-python35-jobs-no-constraints
- openstack-python36-jobs-no-constraints
check: check:
jobs: jobs:
- opendev-buildset-registry - opendev-buildset-registry

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[entry_points] [entry_points]
console_scripts = console_scripts =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py35,py27,pypy,pep8 envlist = py36,py35,py27,pypy,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]