Remove unsupported py3.7

This commit is contained in:
IamTheFij 2022-01-05 20:40:05 -08:00
parent c3d5ce26c1
commit 2b4cb0253b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Build pipelines # Build pipelines
PYTHON_VERSIONS = [ PYTHON_VERSIONS = [
"3.7", # "3.7", doesnt support subscripted types, eg list[str]
"3.8", "3.8",
"3.9", "3.9",
"latest", "latest",