This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Closed
Description
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).