Skip to content

Commit bd3de66

Browse files
committed
Add Classifiers; remove Python version upper bound
1 parent 8a11d81 commit bd3de66

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
]
1730
dependencies = [
1831
"azure-identity>=1.22.0",
1932
"black>=25.1.0",

typeagent/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)