deeptools / pyBigWig

A python extension for quick access to bigWig and bigBed files
MIT License
212 stars 48 forks source link

Support for python >=3.11 #143

Open CodingKaiser opened 9 months ago

CodingKaiser commented 9 months ago

Hi there,

Are you planning on updating the package to support python 3.11? In the pip definition, only python >= 3.7 is required, but the bioconda version limits python to >= 3.10, <3.11.

All the best, Falko

dpryan79 commented 9 months ago

Bioconda doesn't build for python 3.11 yet (last I checked), which is why that restriction is there in the conda packages. Once they do their python 3.11 migration the 3.11 build of pyBigWig should appear.