Remove py3.8 tests as well
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-01-05 20:43:23 -08:00
parent 7b4022bf02
commit b789a311c5
1 changed files with 1 additions and 1 deletions

View File

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