diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ba2f857..e44a89a 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up python uses: actions/setup-python@v6.1.0 with: - python-version: "3.13" + python-version: "3.14" # https://github.com/pre-commit/action - name: Run pre-commit