Skip to content

Commit bb9d499

Browse files
committed
Remove Python 3.10 support
Python 3.10 is no longer part of the tested runtimes. Change-Id: Ibe01332a495aef9ef5d04e76b61c606f815bc1b3 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
1 parent 50595ee commit bb9d499

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Support for Python 3.10 has been removed. Now the minimum python version
5+
supported is 3.11.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = Apache License, Version 2.0
77
author = OpenStack
88
author_email = openstack-discuss@lists.openstack.org
99
home_page = https://docs.openstack.org/python-glanceclient/latest/
10-
python_requires = >=3.10
10+
python_requires = >=3.11
1111
classifier =
1212
Development Status :: 5 - Production/Stable
1313
Environment :: Console
@@ -20,9 +20,9 @@ classifier =
2020
Programming Language :: Python :: Implementation :: CPython
2121
Programming Language :: Python :: 3 :: Only
2222
Programming Language :: Python :: 3
23-
Programming Language :: Python :: 3.10
2423
Programming Language :: Python :: 3.11
2524
Programming Language :: Python :: 3.12
25+
Programming Language :: Python :: 3.13
2626

2727
[files]
2828
packages =

0 commit comments

Comments
 (0)