From bc6f8a27ffa7e2e2419046177a0584bcfae954bb Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 13 May 2023 19:31:24 -0700 Subject: [PATCH] Feature/fix rate limiting issue Step 1 (#4173) * temporarilly remove 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd6bdb5..684bd117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10"] steps: - name: Check out repository