File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Support for Python 3.9 has been removed. Now Python 3.10 is the minimum
5
+ version supported.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description_file =
6
6
author = OpenStack
7
7
8
8
home_page = https://docs.openstack.org/ovn-octavia-provider/latest/
9
- python_requires = >=3.9
9
+ python_requires = >=3.10
10
10
classifier =
11
11
Environment :: OpenStack
12
12
Intended Audience :: Information Technology
@@ -15,7 +15,6 @@ classifier =
15
15
Operating System :: POSIX :: Linux
16
16
Programming Language :: Python
17
17
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.9
19
18
Programming Language :: Python :: 3.10
20
19
Programming Language :: Python :: 3.11
21
20
Programming Language :: Python :: 3.12
You can’t perform that action at this time.
0 commit comments