0ed0945275
In Zed cycle testing runtime, we are targetting to drop the
python 3.6/3.7 support, project started adding python 3.8 as minimum,
example nova:
- 56b5aed08c/setup.cfg (L13)
Also moving zuul's job to zed
Change-Id: I43aa0f2a571f5a4f2bb31c58a3e287b519dd48bf
27 lines
797 B
INI
27 lines
797 B
INI
[metadata]
|
|
name = etcd3gw
|
|
summary = A python client for etcd3 grpc-gateway v3 API
|
|
description_file =
|
|
README.md
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/etcd3gw/latest/
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3 :: Only
|
|
Topic :: System :: Distributed Computing
|
|
|
|
[files]
|
|
packages =
|
|
etcd3gw
|