Merge "Drop python 2.7 support and testing"

This commit is contained in:
Zuul 2019-11-07 04:57:53 +00:00 committed by Gerrit Code Review
commit af8c8ff29c
4 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,6 @@
- project:
templates:
- openstack-python-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Python 2.7 support has been dropped. Last release of ceilometermiddleware
to support python 2.7 is OpenStack Train. The minimum version of Python now
supported by ceilometermiddleware is Python 3.6.

View File

@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = py27,py37,pypy,pep8,releasenotes
envlist = py37,pypy,pep8,releasenotes
skipsdist = True
[testenv]