Skip to content

Commit 65ee975

Browse files
authored
Make python max version to be < 3.14 (#1942)
1 parent abab039 commit 65ee975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"lbox-clients==1.1.1",
1616
]
1717
readme = "README.md"
18-
requires-python = ">=3.9,<3.13"
18+
requires-python = ">=3.9,<3.14"
1919
classifiers = [
2020
# How mature is this project?
2121
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)