Skip to content

Commit b0cf81c

Browse files
chore(deps): update dependency python
1 parent 484d1a1 commit b0cf81c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.13
17+
python-version: 3.14
1818

1919
- name: Install uv
2020
run: curl -LsSf https://astral.sh/uv/install.sh | sh

Dockerfile

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

33
RUN python3 -m venv /opt/venv
44
# Activate venv

0 commit comments

Comments
 (0)