Deactivate failing scriptcheck using Python 3.5#6396
Conversation
|
Thanks for fixing this. I will be out indefinitely (hopefully just short-term) so I cannot be on top of things which I usually am. The error in question for future reference: Python 3.5 has been EOL since September 2020 so it is not surprising that the certificates might be outdated. Further Python versions which are EOL and might run into something similar in the future are 3.6 (December 2021) and 3.7 (June 2023). We might want to extend the scriptcheck job to run on docker images with older Python versions. Will file a ticket about that later. |
As those jobs require a binary it would increase the run-time as we would have to create that for each platform so I wonder have feasible that is as we still need to reduce the run-time of the CI and should not add to it. |
No description provided.