From ec80a1532c0cf0fe589ab94dfdd4bcbe39376ba0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Nov 2022 12:30:20 +0530 Subject: [PATCH] Try to make mypy happy with the contortions needed for importlib.resources --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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