mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Upgrade CI, Docker, and demos to Python 3.14
Update all GitHub Actions workflows and Dockerfiles to use Python 3.14 as the default version. Remove the upper bound on requires-python in model_choice_with_test_harness to allow 3.14+. The CLI's requires-python stays at >=3.10 for broad compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9c4b2fc570
commit
99e694bf93
13 changed files with 176 additions and 22 deletions
|
|
@ -42,7 +42,7 @@ RUN cargo build --release -p brightstaff
|
|||
|
||||
FROM docker.io/envoyproxy/envoy:v1.37.0 AS envoy
|
||||
|
||||
FROM python:3.13.11-slim AS arch
|
||||
FROM python:3.14-slim AS arch
|
||||
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue