From 82f71d8e4bd00c7209db61cb8d4919f2a7946483 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 6 Feb 2026 08:02:36 +0100 Subject: [PATCH] chore(ci): update lev-tier-update to use UV and python 3.14 --- .github/workflows/binance-lev-tier-update.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index b20bcbe64..ba3e74f0e 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -26,10 +26,17 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.12" + python-version: "3.14" + + - name: Install uv + uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0 + with: + activate-environment: true + enable-cache: false + python-version: "3.14" - name: Install ccxt - run: pip install ccxt + run: uv pip install ccxt orjson - name: Run leverage tier update env: