mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Add Py 3.10 #1866
This commit is contained in:
parent
684cab5c8a
commit
86f4f32bcb
1 changed files with 1 additions and 0 deletions
1
eol.py
1
eol.py
|
@ -28,6 +28,7 @@ def date(string, fmt='%Y-%m-%d'):
|
||||||
# https://devguide.python.org/
|
# https://devguide.python.org/
|
||||||
# https://devguide.python.org/devcycle/#devcycle
|
# https://devguide.python.org/devcycle/#devcycle
|
||||||
PYTHON_EOL = {
|
PYTHON_EOL = {
|
||||||
|
(3, 10): date('2026-10-01'),
|
||||||
(3, 9): date('2025-10-05'),
|
(3, 9): date('2025-10-05'),
|
||||||
(3, 8): date('2024-10-14'),
|
(3, 8): date('2024-10-14'),
|
||||||
(3, 7): date('2023-06-27'),
|
(3, 7): date('2023-06-27'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue