Add drone tests for older Python versions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-06-30 15:41:52 -07:00
parent 3f23ddd3cc
commit a27e09c77e
1 changed files with 2 additions and 2 deletions

View File

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