Drop python 3.10
Due to constraints update(rpds-py) in requirements, Tempest master stopped working on python 3.10. - https://review.opendev.org/c/openstack/requirements/+/990790 Due to same reason, Tempest needs to drop the python 3.10 support[1]. Because Tempest master cannot support py3.10 anymore, it needs to be dropped from tempest plugins also. [1] https://review.opendev.org/c/openstack/tempest/+/991161 Change-Id: I2514d6529d0edfabf9555805a89808c64c9bf284 Signed-off-by: Ghanshyam Maan <gmaan.os14@gmail.com>
This commit is contained in:
+1
-2
@@ -11,7 +11,7 @@ authors = [
|
||||
readme = {file = "README.rst", content-type = "text/x-rst"}
|
||||
license = "Apache-2.0"
|
||||
dynamic = ["version", "dependencies"]
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
"Environment :: OpenStack",
|
||||
"Intended Audience :: Developers",
|
||||
@@ -19,7 +19,6 @@ classifiers = [
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
|
||||
Reference in New Issue
Block a user