Remove Python 3.6 support

Closes #3764
This commit is contained in:
pukkandan
2022-07-18 05:50:54 +05:30
parent 0b5583b112
commit 6929b41a21
14 changed files with 24 additions and 58 deletions

View File

@@ -9,8 +9,8 @@ in RFC 8216 §3.5 <https://tools.ietf.org/html/rfc8216#section-3.5>.
"""
import io
import re
from .compat import re
from .utils import int_or_none, timetuple_from_msec