Skip to content

Commit 45e40d2

Browse files
committed
build: bump python versions
Signed-off-by: Lídia Tarcza <[email protected]>
1 parent a223307 commit 45e40d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ authors = [
66
]
77
description = "Python client library for IBM Cloud Platform Services"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python",
1212
"Programming Language :: Python :: 3",
13-
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",
1615
"Programming Language :: Python :: 3.12",
1716
"Programming Language :: Python :: 3.13",
17+
"Programming Language :: Python :: 3.14",
1818
"Development Status :: 4 - Beta",
1919
"Environment :: Console",
2020
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)