Files
requirements/setup.cfg
Riccardo Pittau 99ac9de126 Re-add python3.9 to upper-constraints
This patch partially reverts https://review.opendev.org/c/openstack/requirements/+/948285
re-adding python3.9 compatible libraries to upper-constraints.
This is done to give time to projects that still run and support
Python3.9 (for example any container/CI jobs based on CentOS Stream 9)
to phase off its usage and pass to a more recent Python version.

Python 3.9 is expect to EoL in October, we expect to be able to
remove its support once and for all before then.

Change-Id: Ie03307aac1dffc5cf397a2513c2c44d403a2d2b7
2025-05-06 15:37:27 +02:00

39 lines
1.5 KiB
INI

[metadata]
name = openstack_requirements
summary = OpenStack python dependency management tools
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/requirements/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
openstack_requirements
[entry_points]
console_scripts =
edit-constraints = openstack_requirements.cmds.edit_constraint:main
generate-constraints = openstack_requirements.cmds.generate:main
check-conflicts = openstack_requirements.cmds.check_conflicts:main
validate-constraints = openstack_requirements.cmds.validate:main
validate-projects = openstack_requirements.cmds.validate_projects:main
normalize-requirements = openstack_requirements.cmds.normalize_requirements:main
check-python2-support = openstack_requirements.cmds.check_py2:main
check-constraints = openstack_requirements.cmds.check_exists:main
build-lower-constraints = openstack_requirements.cmds.build_lower_constraints:main