Skip to content

Commit dcb6aca

Browse files
committed
chore: Add python 3.13 support in the package metadata.
1 parent 7479d07 commit dcb6aca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
]
2728

2829
# Tells setuptools that packages are under the 'src' directory

packages/toolbox-langchain/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930

3031
# Tells setuptools that packages are under the 'src' directory

0 commit comments

Comments
 (0)