The Python 3.6 requirement is now the lowest supported version

This commit is contained in:
Dave Halter
2021-12-25 13:37:35 +01:00
parent 929fa9b452
commit 96af7e4077
4 changed files with 1 additions and 9 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
"""
PEP 526 introduced a new way of using type annotations on variables. It was
introduced in Python 3.6.
PEP 526 introduced a way of using type annotations on variables.
"""
# python >= 3.6
import typing
asdf = ''