libnano / primer3-py

Simple oligo analysis and primer design
https://libnano.github.io/primer3-py
GNU General Public License v2.0
168 stars 44 forks source link

Wheels for python 3.8 #88

Closed elliot-hallmark closed 1 year ago

elliot-hallmark commented 1 year ago

Python 3.8 isn't EOL until 14 Oct 2024. I'd like to suggest a policy of building wheels for all python versions receiving security support. see https://endoflife.date/python

Research scientists are often encumbered by trained models in older versions of packages or other old dependancies.

For comparison, sklearn and numpy have wheels back to 3.8 for their most recent release https://pypi.org/project/scikit-learn/#files https://pypi.org/project/numpy/#files

grinner commented 1 year ago

@elliot-hallmark Addressing this in #89. EOL support is a reasonable pattern

We will merged this into master as soon as we declare 1.1.0 done