Add support for Python 3.9, drop EOL 3.5 (#477)

This commit is contained in:
Hugo van Kemenade
2020-10-30 19:01:48 +02:00
committed by GitHub
parent 5fa4496f9d
commit 8c5404591b
18 changed files with 81 additions and 40 deletions
+2 -1
View File
@@ -11,8 +11,9 @@ from io import BytesIO, StringIO
from pathlib import Path
from uuid import uuid4
import tablib
from MarkupPy import markup
import tablib
from tablib.core import Row, detect_format
from tablib.exceptions import UnsupportedFormat
from tablib.formats import registry