biology/py-pysam: relax python version requirement

According to [1] pysam support Python 3.11 since version 0.21.0

[1] https://github.com/pysam-developers/pysam/releases/tag/v0.21.0

PR:		275494
Approved by:	portmgr (blanket)
This commit is contained in:
Ruslan Makhmatkhanov 2023-12-03 14:51:05 +03:00
parent d7238d750a
commit aefceb7b59
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libhts.so:biology/htslib
USES= gmake python:3.8-3.9
USES= gmake python
USE_PYTHON= distutils autoplist cython cython_run
BINARY_ALIAS= make=${GMAKE}