Skip to content

Commit ee1d23e

Browse files
fix(deps): update python docker tag to v3.13.2
1 parent 7d90092 commit ee1d23e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.4
1+
3.13.2

.tool-versions

+1-1
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

+1-1
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)