Hello,
Starting last week, all of our black GitHub actions started failing during setup, for example: https://github.com/Zulko/moviepy/pull/1334/checks?check_run_id=1220896230
I wonder if the default Python version install in the docker file has changed - FROM python:3 - maybe it went to Python 3.9? (python/typed_ast#146 might be relevant).
Hello,
Starting last week, all of our
blackGitHub actions started failing during setup, for example: https://github.com/Zulko/moviepy/pull/1334/checks?check_run_id=1220896230I wonder if the default Python version install in the docker file has changed -
FROM python:3- maybe it went to Python 3.9? (python/typed_ast#146 might be relevant).