From 0f186d3a85c465d62e9b0a9b01a5a7530b52c7ec Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Thu, 28 Mar 2024 14:04:40 +0500 Subject: [PATCH] feat: adding python3.11 support. --- .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 b9de3174..d6729d1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: os: [ubuntu-20.04] python-version: - '3.8' - - '3.12' + - '3.11' steps: - uses: actions/checkout@v4