Closed Pandapip1 closed 11 months ago
@Pandapip1 are you referring to this line?
That's just saying "if python <3.4 we need to install pathlib." It doesn't say anything about which Python versions are supported by Kaleido, which is all of them AFAIK. Other Plotly projects currently use >=3.6
so next time we make a Kaleido release it will probably move to that and this line can be removed entirely.
Yes I am referring to that line. I misinterpreted that syntax. Sorry!
The setup.py script seems to indicate that a python version of
<3.4
is required. This is horribly out of date, and means that I can't submit it as a package to package managers that don't support python versions that old. Are there any plans to use a more modern python version?