513944afea
We update python testing from python3.8 to python3.11 to match the deployment setup in the Docker image. We then update the docker image from python3.9 + bullseye to python3.11 + bookworm. This is future proofing, but also OpenDev would like to clean up old docker container image builds for bullseye and older python. Change-Id: Ifbb7dcf2bf5f0b7ea4f53e26dd4bf4911c9b8d37
26 lines
673 B
INI
26 lines
673 B
INI
[metadata]
|
|
name = ptgbot
|
|
summary = OpenStack PTG Bot
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Infrastructure Team
|
|
author-email = openstack-infra@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/ptgbot
|
|
classifier =
|
|
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.11
|
|
|
|
[files]
|
|
packages =
|
|
ptgbot
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ptgbot = ptgbot.bot:main
|
|
ptgbot-web = ptgbot.web:main
|