The Python language-binding needs python>=3.9 (#2228)
Update python language binding setup.py and document Make compile.sh executable: `chmod +x compile.sh`
This commit is contained in:
@ -62,4 +62,5 @@ setup(
|
||||
'install': PreInstallCommand,
|
||||
'egg_info': PreEggInfoCommand,
|
||||
},
|
||||
python_requires='>=3.9'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user