* Add Python3.8 and CI Tests
* Force testing of video in case ffmpeg not working
This commit is contained in:
Clinton Hall 2019-11-08 14:13:07 +13:00 committed by GitHub
commit 5cd449632f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 41 deletions

1
eol.py
View file

@ -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'),