pash icon indicating copy to clipboard operation
pash copied to clipboard

Bump PaSh's python dependency to 3.7

Open angelhof opened this issue 3 years ago • 0 comments

This is necessary to properly support generic typing annotations (as they exist in the annotations library).

The changes that we need to do are:

  1. Update all Dockerfile images to install python3.7 (especially the ones in the CI)
  2. 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

angelhof avatar Jul 20 '22 20:07 angelhof