From d02e2c01535ff9ac634f1866901611727ea7e45d Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Mon, 19 Feb 2024 23:36:35 +0500 Subject: [PATCH] build: adding python3.11 and 3.12 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 0448d186e..0f455560e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["py38", "py3.11", "py3.12"] + python-version: ["38", "3.11", "3.12"] django-version: ["django42"] steps: - uses: actions/checkout@v4