Add Python 3.6 to supported versions

This is the version that CentOS/RHEL 8 and Ubuntu Bionic have.
I've tested Glean on CentOS 8, and it seems to work well.

Change-Id: Ie06a9c11b140728509a69b03366e910702fd0d3d
This commit is contained in:
Dmitry Tantsur 2021-03-19 13:56:39 +01:00
parent 8dc38e4ae4
commit 2fba753e8d
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]