Skip to content

Commit 682109f

Browse files
chore(deps): update dependency python to 3.14
1 parent 26ecee3 commit 682109f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
toolchain: stable
8282
- uses: actions/setup-python@v6
8383
with:
84-
python-version: "3.13"
84+
python-version: "3.14"
8585
- name: Install tox
8686
run: pip install tox
8787
- name: Lint

server/Dockerfile

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

33
RUN apt-get update -y && apt-get install -y sqlite3
44

0 commit comments

Comments
 (0)