Skip to content

Commit c483fd3

Browse files
Luboslav Yordanovclaude
authored andcommitted
fix: Restrict Python to <3.13 for tiktoken compatibility
Changed requires-python from '>=3.10,<4.0' to '>=3.10,<3.13' This forces Streamlit Cloud to use Python 3.12 or below, which has prebuilt tiktoken wheels (no Rust compiler needed). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 85f41e4 commit c483fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ classifiers = [
6464
"Programming Language :: Python :: 3",
6565
"Operating System :: OS Independent",
6666
]
67-
requires-python = ">=3.10,<4.0"
67+
requires-python = ">=3.10,<3.13"
6868

6969
[project.optional-dependencies]
7070
burr = ["burr[start]==0.22.1"]

0 commit comments

Comments
 (0)