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: