Skip to content

Commit fec0f6e

Browse files
fix(deps): update python docker tag
1 parent 7d90092 commit fec0f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.4
1+
3.13.1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
poetry 1.8.5
2-
python 3.12.4
2+
python 3.13.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
package-mode = false
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.12,<3.13"
11+
python = ">=3.13,<3.14"
1212
streamlit = "^1.31.1"
1313
gpt-all-star = "^0.0.64"
1414
streamlit-extras = "^0.4.0"

0 commit comments

Comments
 (0)