diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d5a2f52..1301d0e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -53,7 +53,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.14" - uses: actions/cache@v3 name: Configure pip caching with: @@ -85,7 +85,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.14" - uses: actions/cache@v3 name: Configure pip caching with: