From 134de9f5fe8222146d0a6cd4971f79933100d674 Mon Sep 17 00:00:00 2001 From: Haydn Greatnews Date: Mon, 16 Sep 2024 11:19:17 +1200 Subject: [PATCH] Debugging --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6affeb..8dcd7aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout repository @@ -35,4 +35,4 @@ jobs: - name: Test with tox id: test-with-tox run: | - tox + tox -vv