tskit-dev / msprime

Simulate genealogical trees and genomic sequence data using population genetic models
GNU General Public License v3.0
170 stars 84 forks source link

Update installation docs for minimum python version #2262

Closed jeromekelleher closed 1 month ago

jeromekelleher commented 4 months ago

Currently we say that Python 3.7+ is required, but we're now on Python 3.8+.

We should be able to define a replacement macro for min_python_version in the docs config yaml, and replace the 3.7 instances in the installation page (I think we've done a bit of this in the tskit docs).