File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,20 @@ authors = [
1313 { name = " Umesh Madan" },
1414 { name = " Guido van Rossum" },
1515]
16- requires-python = " >=3.12,<3.15"
16+ requires-python = " >=3.12"
17+ classifiers = [
18+ " Development Status :: 3 - Alpha" ,
19+ " Intended Audience :: Developers" ,
20+ " License :: OSI Approved :: MIT License" ,
21+ " Operating System :: OS Independent" ,
22+ " Programming Language :: Python :: 3" ,
23+ " Programming Language :: Python :: 3 :: Only" ,
24+ " Programming Language :: Python :: 3.12" ,
25+ " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
27+ " Programming Language :: Python :: Implementation :: CPython" ,
28+ " Typing :: Typed" ,
29+ ]
1730dependencies = [
1831 " azure-identity>=1.22.0" ,
1932 " black>=25.1.0" ,
You can’t perform that action at this time.
0 commit comments