From 27002d10758b9548ced123523beebe335dc456f6 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 10 Jan 2025 09:40:44 +0100 Subject: [PATCH] Install latest python version to fix CI (#2714) --- .github/workflows/continuous-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cf9b10606..169724059 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -118,6 +118,11 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" composer-options: "--prefer-dist" + - name: "Install latest Python version" + uses: actions/setup-python@v5 + with: + python-version: '3.13' + - id: setup-mongodb uses: mongodb-labs/drivers-evergreen-tools@master with: