Skip to content

Commit 55568e0

Browse files
Bump flyteidl 1 to python 3.13 (#6782)
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
1 parent e288317 commit 55568e0

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

flyteidl/pyproject.toml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,27 @@ authors = [{ name = "Flyte Contributors", email = "admin@flyte.org" }]
99
description = "IDL for Flyte Platform"
1010
license = { text = "Apache-2.0" }
1111
readme = { file = "README.md", content-type = "text/markdown" }
12-
requires-python = ">=3.8,<3.13"
12+
requires-python = ">=3.8,<3.14"
1313
dependencies = [
14-
'googleapis-common-protos',
15-
'protoc-gen-openapiv2',
16-
'protobuf>=4.21.1',
14+
'googleapis-common-protos',
15+
'protoc-gen-openapiv2',
16+
'protobuf>=4.21.1',
1717
]
1818
classifiers = [
19-
"Intended Audience :: Science/Research",
20-
"Intended Audience :: Developers",
21-
"License :: OSI Approved :: Apache Software License",
22-
"Programming Language :: Python :: 3.8",
23-
"Programming Language :: Python :: 3.9",
24-
"Programming Language :: Python :: 3.10",
25-
"Programming Language :: Python :: 3.11",
26-
"Programming Language :: Python :: 3.12",
27-
"Topic :: Scientific/Engineering",
28-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
29-
"Topic :: Software Development",
30-
"Topic :: Software Development :: Libraries",
31-
"Topic :: Software Development :: Libraries :: Python Modules",
19+
"Intended Audience :: Science/Research",
20+
"Intended Audience :: Developers",
21+
"License :: OSI Approved :: Apache Software License",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
28+
"Topic :: Scientific/Engineering",
29+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
30+
"Topic :: Software Development",
31+
"Topic :: Software Development :: Libraries",
32+
"Topic :: Software Development :: Libraries :: Python Modules",
3233
]
3334

3435
[project.urls]

0 commit comments

Comments
 (0)