diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebaf300..b7cb49c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - name: Install dependencies run: | python -m pip install --upgrade pip