diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e2f3e54..646bd26 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.13 + python-version: 3.14 - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh diff --git a/Dockerfile b/Dockerfile index 63a353e..d8ccc11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim RUN python3 -m venv /opt/venv # Activate venv