mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-11 19:57:31 +00:00
setup.cfg: Update Python versions according to Flamingo PTI
Add Python 3.13 and drop 3.8 & 3.9. See https://governance.openstack.org/tc/reference/runtimes/2025.2.html Change-Id: I2125879365dbe9a1645c159d87777939dae824c4 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
parent
96b5402285
commit
35f7b3c342
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ description_file =
|
|||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/kolla/latest/
|
||||
python_requires = >=3.8
|
||||
python_requires = >=3.10
|
||||
license = Apache License, Version 2.0
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
|
|
@ -18,11 +18,10 @@ classifier =
|
|||
Programming Language :: Python :: Implementation :: CPython
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: 3.13
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue