Skip to content

Commit ad67975

Browse files
Buristanelhimov
authored andcommitted
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
1 parent be209be commit ad67975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup python3 for tests
3535
uses: actions/setup-python@v5
3636
with:
37-
python-version: 3.7
37+
python-version: 3.9
3838

3939
- name: Install build requirements
4040
run: sudo apt-get -y install libsasl2-dev

0 commit comments

Comments
 (0)