We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09ecc9 commit 97d508cCopy full SHA for 97d508c
1 file changed
setup.py
@@ -208,7 +208,7 @@ def find_lua_build(no_luajit=False):
208
209
210
def no_lua_error():
211
- error = ("Neither LuaJIT2 nor Lua 5.[1234] were found. Please install "
+ error = ("Neither LuaJIT2 nor Lua 5.1 or later were found. Please install "
212
"Lua and its development packages, "
213
"or put a local build into the lupa main directory.")
214
print(error)
0 commit comments