From f6b7b6005815e9382ac7a04a0cf30a18ea0e2224 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Thu, 28 Mar 2024 13:33:31 +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 b621cca..b3e858a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: os: [ubuntu-20.04] python-version: - '3.8' - - '3.12' + - '3.11' toxenv: [quality, django42] steps: