diff --git a/.drone.star b/.drone.star index 34d8b0a..29e9dd7 100644 --- a/.drone.star +++ b/.drone.star @@ -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", ]