Skip to content

Commit d5322d3

Browse files
chore(deps): update dependency python to 3.14
1 parent d81faac commit d5322d3

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
@@ -82,7 +82,7 @@ jobs:
8282
toolchain: stable
8383
- uses: actions/setup-python@v6
8484
with:
85-
python-version: "3.13"
85+
python-version: "3.14"
8686
- name: Install tox
8787
run: pip install tox
8888
- name: Run tox

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)