mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Py3.8 (#1659)
* Add Python3.8 and CI Tests * Force testing of video in case ffmpeg not working
This commit is contained in:
parent
70ab7d3d61
commit
5cd449632f
3 changed files with 8 additions and 41 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/devcycle/#devcycle
|
||||
PYTHON_EOL = {
|
||||
(3, 8): date('2024-10-14'),
|
||||
(3, 7): date('2023-06-27'),
|
||||
(3, 6): date('2021-12-23'),
|
||||
(3, 5): date('2020-09-13'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue