leezu opened a new issue #18380: URL: https://github.com/apache/incubator-mxnet/issues/18380
CI doesn't test Python 3.8 and in fact some things are broken. What I noticed: - Use of `time.clock()` which is deprecated since Python 3.3 and not available in 3.8 in some files breaks those functionalities on 3.8 To prevent such issues, suggest to test Python 3.8 on the unix pipelines (and test the minimum supported Python version on centos). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
