From a0bb25e5390a71ad35434ca9f94189b0f0a9ccbf Mon Sep 17 00:00:00 2001 From: Boris Bera Date: Thu, 7 Dec 2023 07:07:46 -0500 Subject: [PATCH] Add py3.12 to the tested python versions --- .github/workflows/coveo-stew.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coveo-stew.yml b/.github/workflows/coveo-stew.yml index 4ec64ff..602cd41 100644 --- a/.github/workflows/coveo-stew.yml +++ b/.github/workflows/coveo-stew.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.10"] + python-version: ["3.8", "3.10", "3.12"] poetry-version: ["<1.2.0", ""] os: [ubuntu-latest, windows-latest, macos-latest]