fix: upgrade to Python 3.12 to support pandas-ta>=0.4.67b0

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 16:14:03 +09:00
parent 60b32a978e
commit 86904dddf7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim
WORKDIR /app