diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54bc2afb6..0e9c0c1e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,11 @@ jobs: sanitize: 0 - python: b - pyver: "3.9" + pyver: "3.11" sanitize: 1 - python: c - pyver: "3.10" + pyver: "3.9" sanitize: 1 @@ -76,7 +76,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.9 + python-version: "3.10" - name: Install build-only deps run: pip install -r docs/requirements.txt flake8 mypy types-requests types-docutils