Skip to content

Commit 0b3a8ab

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove Python 3.9 support"
2 parents d6407a9 + 55edc64 commit 0b3a8ab

2 files changed

Lines changed: 6 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 Pyton 3.9 has been removed. Now Python 3.10 is the minimum
5+
version supported.

setup.cfg

Lines changed: 1 addition & 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.9
10+
python_requires = >=3.10
1111
classifier =
1212
Development Status :: 5 - Production/Stable
1313
Environment :: Console
@@ -20,7 +20,6 @@ classifier =
2020
Programming Language :: Python :: Implementation :: CPython
2121
Programming Language :: Python :: 3 :: Only
2222
Programming Language :: Python :: 3
23-
Programming Language :: Python :: 3.9
2423
Programming Language :: Python :: 3.10
2524
Programming Language :: Python :: 3.11
2625
Programming Language :: Python :: 3.12

0 commit comments

Comments
 (0)