@@ -157,20 +157,22 @@ $(eval $(call SetupHostCommand,perl,Please install Perl 5.x, \
157
157
$(eval $(call CleanupPython2))
158
158
159
159
$(eval $(call SetupHostCommand,python,Please install Python >= 3.6, \
160
+ python3.11 -V 2>&1 | grep 'Python 3', \
160
161
python3.10 -V 2>&1 | grep 'Python 3', \
161
162
python3.9 -V 2>&1 | grep 'Python 3', \
162
163
python3.8 -V 2>&1 | grep 'Python 3', \
163
164
python3.7 -V 2>&1 | grep 'Python 3', \
164
165
python3.6 -V 2>&1 | grep 'Python 3', \
165
- python3 -V 2>&1 | grep -E 'Python 3\.([6-9]|10 )\.?'))
166
+ python3 -V 2>&1 | grep -E 'Python 3\.([6-9]|[0-9][0-9] )\.?'))
166
167
167
168
$(eval $(call SetupHostCommand,python3,Please install Python >= 3.6, \
169
+ python3.11 -V 2>&1 | grep 'Python 3', \
168
170
python3.10 -V 2>&1 | grep 'Python 3', \
169
171
python3.9 -V 2>&1 | grep 'Python 3', \
170
172
python3.8 -V 2>&1 | grep 'Python 3', \
171
173
python3.7 -V 2>&1 | grep 'Python 3', \
172
174
python3.6 -V 2>&1 | grep 'Python 3', \
173
- python3 -V 2>&1 | grep -E 'Python 3\.([6-9]|10 )\.?'))
175
+ python3 -V 2>&1 | grep -E 'Python 3\.([6-9]|[0-9][0-9] )\.?'))
174
176
175
177
$(eval $(call TestHostCommand,python3-distutils, \
176
178
Please install the Python3 distutils module, \
0 commit comments