🤖: django, drush

django:
- Item root['releases']['5.0']['supportedPythonVersions'] ("3.10 - 3.12") added to dictionary.
- Item root['releases']['4.2']['supportedPythonVersions'] ("3.8 - 3.12 (added in 4.2.8)") added to dictionary.
- Item root['releases']['4.1']['supportedPythonVersions'] ("3.8 - 3.11 (added in 4.1.3)") added to dictionary.
- Item root['releases']['4.0']['supportedPythonVersions'] ("3.8 - 3.10") added to dictionary.
- Item root['releases']['3.2']['supportedPythonVersions'] ("3.6 - 3.10 (added in 3.2.9)") added to dictionary.

drush:
- Item root['releases']['9'] ({'name': '9', 'supportedPhpVersions': '5.6+', 'eol': '2020-05-31'}) added to dictionary.
- Item root['releases']['8'] ({'name': '8', 'supportedPhpVersions': '5.4.5+', 'eol': '2025-01-31'}) added to dictionary.
- Item root['releases']['7'] ({'name': '7', 'supportedPhpVersions': '5.3.0+', 'eol': '2017-07-31'}) added to dictionary.
- Item root['releases']['6'] ({'name': '6', 'supportedPhpVersions': '5.3.0+', 'eol': '2015-12-31'}) added to dictionary.
- Item root['releases']['5'] ({'name': '5', 'supportedPhpVersions': '5.2.0+', 'eol': '2015-05-31'}) added to dictionary.
- Item root['releases']['12'] ({'name': '12', 'supportedPhpVersions': '8.1+'}) added to dictionary.
- Item root['releases']['11'] ({'name': '11', 'supportedPhpVersions': '7.4+', 'eol': '2023-11-30'}) added to dictionary.
- Item root['releases']['10'] ({'name': '10', 'supportedPhpVersions': '7.1+ (not 8)', 'eol': '2022-01-31'}) added to dictionary.
This commit is contained in:
github-actions[bot]
2024-03-16 18:38:32 +00:00
committed by github-actions[bot]
parent 66e2aec027
commit c7a7799a17
2 changed files with 51 additions and 6 deletions

View File

@@ -3,27 +3,32 @@
"5.0": {
"name": "5.0",
"support": "2024-08-31",
"eol": "2025-04-30"
"eol": "2025-04-30",
"supportedPythonVersions": "3.10 - 3.12"
},
"4.2": {
"name": "4.2",
"support": "2023-12-04",
"eol": "2026-04-30"
"eol": "2026-04-30",
"supportedPythonVersions": "3.8 - 3.12 (added in 4.2.8)"
},
"4.1": {
"name": "4.1",
"support": "2023-04-05",
"eol": "2023-12-01"
"eol": "2023-12-01",
"supportedPythonVersions": "3.8 - 3.11 (added in 4.1.3)"
},
"4.0": {
"name": "4.0",
"support": "2022-08-03",
"eol": "2023-04-01"
"eol": "2023-04-01",
"supportedPythonVersions": "3.8 - 3.10"
},
"3.2": {
"name": "3.2",
"support": "2021-12-07",
"eol": "2024-04-30"
"eol": "2024-04-30",
"supportedPythonVersions": "3.6 - 3.10 (added in 3.2.9)"
},
"3.1": {
"name": "3.1",