diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b667c7..4ac4327 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: '3.13' + python-version: '3.14' architecture: 'x64' # Cache dependencies. From: