From 70a599959eca6aa5ffb37d27bfe7a5521b5c1112 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:41:41 +0200 Subject: [PATCH] Python 3.12 tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78c3343..dccf5d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] runs-on: ubuntu-latest @@ -40,4 +40,4 @@ jobs: - name: Run unit tests run: python -m pytest --import-mode=append tests/ - \ No newline at end of file +