From 2457b75aecb59f0f2b724328c51a535707055d33 Mon Sep 17 00:00:00 2001 From: Sergey Kaplun Date: Fri, 23 Jan 2026 14:26:00 +0300 Subject: [PATCH] ci: bump Python version in reusable_testing GitHub images with Ubuntu 24.04 have no longer Python 3.7, see [1]. This patch updates the version of Python to 3.9 to be consistent with other workflows. [1]: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json Needed for tarantool/tarantool#11220 --- .github/workflows/reusable_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index 1874982..f54e93e 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -34,7 +34,7 @@ jobs: - name: Setup python3 for tests uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.9 - name: Install build requirements run: sudo apt-get -y install libsasl2-dev