Skip to content

Commit 1ffe23f

Browse files
chore(deps): update dependency python to v3.14.0
1 parent 1b6cafe commit 1ffe23f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.13.9"
19+
python-version: "3.14.0"
2020
- uses: streamlit/streamlit-app-action@v0.0.3
2121
with:
2222
app-path: main.py

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.9-slim
1+
FROM python:3.14.0-slim
22

33
# Set working directory
44
WORKDIR /app

0 commit comments

Comments
 (0)