Add drone tests for older Python versions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f23ddd3cc
commit
a27e09c77e
@ -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",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user