From 1669e099dcf43d4607906311fed115659f36b649 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Apr 2024 22:02:28 +0530 Subject: [PATCH] Needed for typing.NotRequired --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0add3a79f..29c00792c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: sanitize: 0 - python: b - pyver: "3.11" + pyver: "3.10" sanitize: 1 - python: c @@ -82,7 +82,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Install Go uses: actions/setup-go@v4