Update eol.py to include 3.12

This commit is contained in:
Clinton Hall 2024-02-27 20:16:54 +13:00 committed by GitHub
commit 111952a679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
eol.py
View file

@ -28,6 +28,7 @@ def date(string, fmt='%Y-%m-%d'):
# https://devguide.python.org/
# https://devguide.python.org/devcycle/#devcycle
PYTHON_EOL = {
(3, 12): date('2028-10-1'),
(3, 11): date('2027-10-1'),
(3, 10): date('2026-10-01'),
(3, 9): date('2025-10-05'),