diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 142aa18..ddc7e0e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Cache Python modules uses: actions/cache@v4 with: