From cf10998458c66ae51fdd0fe1811855ea13284b2c Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Oct 2019 10:46:26 +1300 Subject: [PATCH] Add Python3.8 --- eol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eol.py b/eol.py index 7310cfd6..fa328fdd 100644 --- a/eol.py +++ b/eol.py @@ -28,6 +28,7 @@ def date(string, fmt='%Y-%m-%d'): # https://devguide.python.org/ # https://devguide.python.org/devcycle/#devcycle PYTHON_EOL = { + (3, 8): date('2024-10-14'), (3, 7): date('2023-06-27'), (3, 6): date('2021-12-23'), (3, 5): date('2020-09-13'),