diff --git a/math/py-gmpy2/Makefile b/math/py-gmpy2/Makefile
index 4ec876ca1a0032f8640f08dbb47226fe8cadda7e..40103253c12be12505bf094c133370032408610d 100644
--- a/math/py-gmpy2/Makefile
+++ b/math/py-gmpy2/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr
 
-USES=		python:3.6+ zip
+USES=		python:3.6-3.9 zip
 USE_PYTHON=	distutils autoplist
 
 CONFLICTS=	${PYTHON_PKGNAMEPREFIX}gmpy2-devel-2.1*