From af5e4d9e173d67eafa836141109cacbc5db3a601 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Mon, 12 Feb 2024 23:12:40 +0500 Subject: [PATCH] build: running tests using python 3.11 and 3.12 --- .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 b6b6ca4..8a96f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-20.04] python-version: ['3.8', '3.11', '3.12'] - toxenv: [quality, django32, django42, check_keywords] + toxenv: [quality, django42, check_keywords] steps: - uses: actions/checkout@v3