From e5b7a318f96d780dc23e5ad47b3e6c0b578fdbaa Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Fri, 29 Mar 2024 00:30:48 +0500 Subject: [PATCH] feat: Adding python3.11 support. --- .github/workflows/ci.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7e607..70174ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-20.04] python-version: - '3.8' - - '3.12' + - '3.11' toxenv: [quality, django42] steps: diff --git a/tox.ini b/tox.ini index 9c0a1ec..2e16c63 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38, 312}-django{42} +envlist = py{38, 311}-django{42} [pycodestyle] exclude = .git,.tox,migrations