Skip to content

Commit f308b5f

Browse files
authored
chore: fix supported python versions (#191)
* chore: fix supported python versions * Update pyproject.toml
1 parent 1ea3179 commit f308b5f

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)