Skip to content

Commit 56eca74

Browse files
ci: Bump python version to 3.10
The docs lists 3.10 as a minimum required but only used 3.7 in github actions.
1 parent 9520114 commit 56eca74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tools.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-python@v5
5757
with:
58-
python-version: '3.7'
58+
python-version: '3.10'
5959
- run: |
6060
sudo apt-get -qq update
6161
sudo apt install --yes libwayland-dev xorg-dev wayland-protocols
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115
- uses: actions/setup-python@v5
116116
with:
117-
python-version: '3.7'
117+
python-version: '3.10'
118118
- uses: lukka/get-cmake@latest
119119
- uses: ilammy/msvc-dev-cmd@v1
120120
with:

0 commit comments

Comments
 (0)