diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c2ebd96..ad2655f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: {python-version: "3.2} + with: {python-version: "3.12"} - name: Build Docs run: | pip install tox