From 4647c17e16ee4ba5bc358b712b9a03ab901744eb Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Sat, 30 Mar 2024 14:02:23 +0500 Subject: [PATCH] feat: adding python3.11 support. --- .github/workflows/ci.yml | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe9425b..d6729d1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: python-version: - '3.8' - '3.11' - - '3.12' toxenv: [py, quality, django42] steps: @@ -56,7 +55,6 @@ jobs: python-version: - '3.8' - '3.11' - - '3.12' steps: - uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index bca313d2..85cf2c93 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,311,312}-django{42} +envlist = py{38,311}-django{42} skipsdist = true [isort]