From bc5cf17cbb37a27c0ee40562df84d7d72eac32f1 Mon Sep 17 00:00:00 2001 From: Israel Fruchter Date: Fri, 10 Nov 2023 01:34:02 +0200 Subject: [PATCH] CI: add integration tests for python3.8 --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 35463078fe..a8ee628a8d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11.4", "3.12.0b4"] + python-version: ["3.8.17", "3.11.4", "3.12.0b4"] event_loop_manager: ["libev", "asyncio", "asyncore"] exclude: - python-version: "3.12.0b4"