Skip to content

Commit bf1b6c7

Browse files
authored
chore: Add Python 3.13 as supported version to pyproject.toml
1 parent c20236c commit bf1b6c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3 :: Only",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
]
1920
dependencies = [
2021
"pydantic>=2.0.0",

0 commit comments

Comments
 (0)