pash
pash copied to clipboard
Bump PaSh's python dependency to 3.7
This is necessary to properly support generic typing annotations (as they exist in the annotations library).
The changes that we need to do are:
- Update all Dockerfile images to install python3.7 (especially the ones in the CI)
- Update our installation to check if python3.7 is installed, if not then it could either install it or ask the user to do it