Skip to content

Commit 92e119e

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 9a4564e commit 92e119e

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
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v4
112112
- uses: actions/setup-python@v5
113113
with:
114-
python-version: '3.7'
114+
python-version: '3.10'
115115
- uses: lukka/get-cmake@latest
116116
- uses: ilammy/msvc-dev-cmd@v1
117117
with:

0 commit comments

Comments
 (0)