fabio icon indicating copy to clipboard operation
fabio copied to clipboard

Add `python_requires` to setup

Open clemisch opened this issue 2 years ago • 1 comments

Please add the required Python version to the setup, such that

python3 -m pip install fabio

on Python 3.5 installs fabio==0.10.2 instead of the newest version. Because of dropped 3.5 support, newest fabio can't be imported.

(I know that I can specify the version to install with pip, but including the required Python version directly in the package is easier for the end-user / maintainer of research servers ;-) )

clemisch avatar Oct 27 '22 15:10 clemisch

Thanks for the advice. I will try to ensure the proper versions are used. The packaging system will change for the next release of fabio, probably going away from setup.py since we use some features from numpy which are now deprecated.

kif avatar Nov 01 '22 14:11 kif

setup.py is gone

kif avatar Jul 04 '23 08:07 kif