Actions
Bug #18766
closeda-c-r cwltool dependency requires more recent Python than 3.6
Start date:
Due date:
% Done:
100%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
cwltool dropped support for Python 3.6, due to upstream EOL from security updates.
The default python in Ubuntu 18.04 and Centos 7 is 3.6.
According to Michael we can install more packages for more recent Pythons:
https://github.com/common-workflow-language/cwltool/pull/1620#issuecomment-1039996592
Adjust our build environments to install & build packages against the newer Python.
Actions