diff --git a/.drone.star b/.drone.star index 87f8215..8b327ff 100644 --- a/.drone.star +++ b/.drone.star @@ -1,18 +1,11 @@ # Build pipelines PYTHON_VERSIONS = [ - "3.8", - "3.9", - "3.10", "3.11", "3.12", "latest", ] -PYPY3_VERSIONS = [ - "3", -] - def main(ctx): pipelines = []