From 7ea3a41c88d3b86fc353f59bdba4f36facb4504d Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:41:43 +0100 Subject: [PATCH] Add tests for 3.12 --- .github/workflows/ci.yml | 4 ++-- tox.ini | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 999c782..1b90759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ['3.10', '3.11'] + python: ['3.10', '3.11', '3.12'] django: ['3.2', '4.2'] exclude: - - python: '3.11' + - python: ['3.11', '3.12'] django: '3.2' name: Run the test suite (Python ${{ matrix.python }}, Django ${{ matrix.django }} diff --git a/tox.ini b/tox.ini index f41917c..d985993 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - py{310,311}-django{32,42} - py311-django42 + py310-django{32,42} + py{311,312}-django42 isort black flake8 @@ -12,6 +12,7 @@ skip_missing_interpreters = true python = 3.10: py310 3.11: py311 + 3.12: py312 [gh-actions:env] DJANGO =