From d93a67e23cd80d25ad0d3c07472b9d85e6c8efb8 Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Mon, 5 Aug 2024 13:22:13 -0400 Subject: [PATCH] Update python versions --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e2f2ece3d8..0d057703ee 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,10 +16,10 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8.17", "3.11.4", "3.12.0b4"] + python-version: ["3.8.19", "3.11.9", "3.12.4"] event_loop_manager: ["libev", "asyncio", "asyncore"] exclude: - - python-version: "3.12.0b4" + - python-version: "3.12.4" event_loop_manager: "asyncore" steps: