Skip to content

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Set up Python
144144
uses: actions/setup-python@v5
145145
with:
146-
python-version: 3.11
146+
python-version: 3.x
147147

148148
- name: Install prerequisites
149149
run: |
@@ -194,7 +194,7 @@ jobs:
194194
- name: Set up Python
195195
uses: actions/setup-python@v5
196196
with:
197-
python-version: 3.11
197+
python-version: 3.x
198198
architecture: ${{ matrix.arch }}
199199

200200
- name: Install prerequisites

0 commit comments

Comments
 (0)