digdag icon indicating copy to clipboard operation
digdag copied to clipboard

Drop Python2

Open chezou opened this issue 3 years ago • 1 comments

Since support of Python 2 was dropped few years ago, it's a good time to drop Python 2 support for digdag as well.

According to this https://endoflife.date/python, the latest supported Python is 3.7, but I'm assuming to run 3.6+ since CircleCI runs on Python 3.6. Note that the docker image which is running on CircleCI is still using Python 3.6, but I gave up to bump it since it failed to build the latest Docker image.

chezou avatar Mar 26 '22 17:03 chezou

@chezou Thank you for your PR. I agree with drop of Python2. The failure on build of Docker image may be fixed in #1740 . Anyway we may need to confirm the timing to merge this and release. Cc @szyn

yoyama avatar May 24 '22 08:05 yoyama