msgspecのバージョンを指定してPython3.13に対応

This commit is contained in:
yuukiwww
2024-10-21 06:51:26 +00:00
parent 775fa98be6
commit 7899903afd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12.7
FROM python:3.13.0
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt