summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/make_zipapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/make_zipapp.py b/tasks/make_zipapp.py
index 061cb53..5a8a760 100644
--- a/tasks/make_zipapp.py
+++ b/tasks/make_zipapp.py
@@ -20,7 +20,7 @@ from packaging.requirements import Requirement
HERE = Path(__file__).parent.absolute()
-VERSIONS = [f"3.{i}" for i in range(10, 4, -1)] + ["2.7"]
+VERSIONS = [f"3.{i}" for i in range(10, 5, -1)]
def main():