e7b57a1210
Update Python base version from 3.6 to 3.8. For Zed the minimum Python runtime versions are Python 3.8 and 3.9 [1]. As a third Python version I also added 3.10 already. Removed ThreadedHTTPServer and replaced it with ThreadingHTTPServer from standard library, which is new in Python 3.7. [1]: https://governance.openstack.org/tc/reference/runtimes/zed.html Depends-on: https://review.opendev.org/c/openstack/octavia/+/839604 Change-Id: I4f0d640879da5afaa4694484ad4c52f25445a8ae
29 lines
868 B
INI
29 lines
868 B
INI
[metadata]
|
|
name = octavia-lib
|
|
summary = A library to support Octavia provider drivers.
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/octavia-lib/latest/
|
|
license = Apache License, Version 2.0
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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
|
|
|
|
[files]
|
|
packages =
|
|
octavia_lib
|
|
|