From 07f11b36e474e678ceb454064485d584de657033 Mon Sep 17 00:00:00 2001 From: Thirumalai Shaktivel Date: Sat, 7 Oct 2023 07:43:19 +0530 Subject: [PATCH] Test integration_tests with Python 3.12 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 901c609d22..9d62987c6b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -437,7 +437,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 with: