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"