diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c41bd21..4f2a3bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14' + python-version: '3.12' - name: Install Python linting tools run: | @@ -102,7 +102,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14' + python-version: '3.12' cache: 'pip' - name: Install dependencies @@ -143,7 +143,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14' + python-version: '3.12' - name: Install dependencies run: |