msgspecのバージョンを指定してPython3.13に対応
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12.7
|
||||
FROM python:3.13.0
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user