
Updates to Ansible in Zuul are dropping support for running tests with python older than version 3.8. This is pushing us to drop testing on Bionic and anything older. Bump up the test cases to Focal for python 3.8 and drop jobs that were running for Xenial and Bionic. Note that this also means we drop testing for python2.7. It is possible that we could make python2.7 testing work as Focal and Jammy include 2.7 packages. However, modern tox tooling doesn't understand running tests under python2.7 so requires additional effort. Considering that all modern platforms we expect to run glean on have python3 now seems like a good time to drop 2.7 support. Change-Id: I44ded3b66d6a5b5ade0244f1d16f3f431efb759f
27 lines
854 B
INI
27 lines
854 B
INI
[metadata]
|
|
name = glean
|
|
summary = Simple program to write static config from config-drive
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://www.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
glean = glean.cmd:main
|
|
glean-install = glean.install:main
|