From 56eca742a15f8a692306b66b23484682ee6e1806 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Tue, 15 Oct 2024 11:23:06 -0500 Subject: ci: Bump python version to 3.10 The docs lists 3.10 as a minimum required but only used 3.7 in github actions. --- .github/workflows/tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 6b47a616..b2174c60 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.10' - run: | sudo apt-get -qq update sudo apt install --yes libwayland-dev xorg-dev wayland-protocols @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.10' - uses: lukka/get-cmake@latest - uses: ilammy/msvc-dev-cmd@v1 with: -- cgit v1.2.3