Relative Content

Tag Archive for pythonazure-devopspackagepython-wheel

How to publish multi platform python package

For our projects we need our own developped python package but it’s currently compiled only for python 3.7. For many reason we would like to bypass this restriction and use it with any >=3.7 python version. The problem is that it is a fork of a pypi library. As one of my package is dependant of it’s specific version we created I specified the version in install_requires.