mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
parent
a96f07c261
commit
de81037d15
2 changed files with 3 additions and 2 deletions
|
@ -15,14 +15,14 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
Python27:
|
Python27:
|
||||||
python.version: '2.7'
|
python.version: '2.7'
|
||||||
Python35:
|
|
||||||
python.version: '3.5'
|
|
||||||
Python36:
|
Python36:
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37:
|
Python37:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
Python38:
|
Python38:
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
|
Python39:
|
||||||
|
python.version: '3.9'
|
||||||
maxParallel: 5
|
maxParallel: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
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, 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'),
|
||||||
(3, 6): date('2021-12-23'),
|
(3, 6): date('2021-12-23'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue