From cfc9bc4dbd082a3758a701565e0c33a71eb24984 Mon Sep 17 00:00:00 2001 From: salmannawaz Date: Tue, 2 Apr 2024 17:40:25 +0500 Subject: [PATCH] chore: add python 3.11 support (#219) --- .github/workflows/ci.yml | 2 +- setup.py | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22ee3e5..c9007b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ['3.8','3.12'] + python-version: ['3.8', '3.11, '3.12'] toxenv: [django42, quality] steps: diff --git a/setup.py b/setup.py index 39a4dd0..d5d5594 100644 --- a/setup.py +++ b/setup.py @@ -141,6 +141,7 @@ def get_version(file_path): classifiers=[ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ], packages=[ diff --git a/tox.ini b/tox.ini index 77cf8fb..cfcc2b5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,312}-django{42}, quality +envlist = py{38,311,312}-django{42}, quality [testenv] allowlist_externals =