38c25fb5dd
This adds python 3.11 testing and drops python3.10 in order to keep testing only the bounds of what Nodepool supports. Note that currently the python 3.11 available for jammy is based on an RC release. This should be fine as we do functional testing with a released python 3.11 and that is what people will consume via the docker images. Change-Id: Ia3e1c4976e35b254497e60d811f61a5531c69f1a
42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
[metadata]
|
|
name = nodepool
|
|
summary = Node pool management for a distributed test infrastructure
|
|
description-file =
|
|
README.rst
|
|
author = Zuul Team
|
|
author-email = zuul-discuss@lists.zuul-ci.org
|
|
home-page = https://zuul-ci.org/
|
|
python-requires = >= 3.8
|
|
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.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
nodepool = nodepool.cmd.nodepoolcmd:main
|
|
nodepool-builder = nodepool.cmd.builder:main
|
|
nodepool-launcher = nodepool.cmd.launcher:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[extras]
|
|
nodepool_base =
|
|
yappi
|
|
objgraph
|
|
python-logstash-async
|