moving to python 3.12

This commit is contained in:
2024-09-03 18:24:36 -04:00
parent 75548025d7
commit 0fe306ff51
22 changed files with 26 additions and 85 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim
ARG FROM_DIR=docker_dev/market_data/alpaca_md_day
+1 -1
View File
@@ -2,7 +2,7 @@
# --- Settings
export PYTHONPATH=/
export Python=python3.10
export Python=python3.12
export Config=http://cloud16.cvtt.vpn:6789/apps/minimal_md
export PyScript=/cvttpy/exchanges/alpaca/hist_md/hist_md_bars.py