Drop Python 3.10

Python 3.11 is the minimum runtime for 2026.2 (Hibiscus).

https://governance.openstack.org/tc/reference/runtimes/2026.2.html

Change-Id: I9b5d95940372c22c64f4e0cc59c9ab81630035af
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2026-05-02 14:48:41 +00:00
parent 78eb2a7dd3
commit 38f46deb46
+1 -2
View File
@@ -3,13 +3,12 @@ name = blazar
summary = Reservation Service for OpenStack clouds
description_file = README.rst
license = Apache Software License
python_requires = >=3.10
python_requires = >=3.11
classifiers =
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13