From 4faea5478187fdafb62f14e5690ed1e66a6161a4 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 13 May 2021 20:36:26 +0000 Subject: [PATCH] drop pypy2.7 (not available for osx anymore) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd10eb5..55ee461 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DEVELOPMENT_PYTHON_VERSION := python=3.9 # - python=3.7 # - pypy2.7 # - pypy3.5 -SUPPORTED_PYTHON_VERSIONS := python=3.9 pypy3.5 python=2.7 pypy2.7 +SUPPORTED_PYTHON_VERSIONS := python=3.9 pypy3.5 python=2.7 include Makefile.bootstrapit.make