drop pypy2.7 (not available for osx anymore)

This commit is contained in:
Manuel Barkhau 2021-05-13 20:36:26 +00:00
parent bf6aa6549f
commit 4faea54781

View file

@ -18,7 +18,7 @@ DEVELOPMENT_PYTHON_VERSION := python=3.9
# - python=3.7 # - python=3.7
# - pypy2.7 # - pypy2.7
# - pypy3.5 # - 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 include Makefile.bootstrapit.make