@@ -9,26 +9,27 @@ authors = [{ name = "Flyte Contributors", email = "admin@flyte.org" }]
99description = " IDL for Flyte Platform"
1010license = { text = " Apache-2.0" }
1111readme = { file = " README.md" , content-type = " text/markdown" }
12- requires-python = " >=3.8,<3.13 "
12+ requires-python = " >=3.8,<3.14 "
1313dependencies = [
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]
1818classifiers = [
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