[python] Fix incomplete Python dev requirements#8083
Conversation
d7891ba to
eebbd44
Compare
Done. |
|
This looks like it will break the existing Python 3.6/3.7 jobs.
Could we either keep a Python 3.6/3.7-compatible dependency path with a fallback for the |
|
Hi, thank you for your review. I checked that although PyRoarning don't have a wheel package for Python3.6, but it's actually build-able from source and can be used under Python3.6, since it don't have a I think it's ok to have it on Python3.6. But it's not officially support, and will introduce some installation issues for users like if they don't have GCC installed. So I think it's better to drop support for Python3.6 and 3.7, because they have sunset for a long time. What do you think? |
Closes #8082
Purpose
Unify the dependencies for CI and local development. See the original issue for more info.
Tests