From aaab89f6a3302ada84e5fadb2de6ee55859583eb Mon Sep 17 00:00:00 2001 From: Hugo Rodger-Brown Date: Sat, 23 Sep 2023 11:05:39 +0100 Subject: [PATCH] Update tox.yml --- .github/workflows/tox.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a075d5a..e0b2877 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -40,14 +40,14 @@ jobs: python: ["3.8", "3.9", "3.10", "3.11"] django: ["32", "41", "main"] exclude: - - django: ["50","main"] - python: ["3.8","3.9"] - # - django: "main" - # python: "3.8" - # - django: "50" - # python: "3.9" - # - django: "main" - # python: "3.9" + - django: "50" + python: "3.8" + - django: "50" + python: "3.9" + - django: "main" + python: "3.8" + - django: "main" + python: "3.9" env: TOXENV: py${{ matrix.python }}-django${{ matrix.django }}