Extract information from TOML file.

This commit is contained in:
Patrick Lehmann
2021-12-21 22:48:44 +01:00
parent bb855d572d
commit 6ad23eabf5
2 changed files with 25 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ jobs:
print(params)
data = {
'3.6': { 'icon': '🔴', 'until': '23.12.2021' },
'3.6': { 'icon': '🔴', 'until': '23.12.2021' }, # Black circle ⚫ for EOL versions.
'3.7': { 'icon': '🟠', 'until': '27.06.2023' },
'3.8': { 'icon': '🟡', 'until': 'Oct. 2024' },
'3.9': { 'icon': '🟢', 'until': 'Oct. 2025' },