testdevlab / Py-TestUI

Apache License 2.0
17 stars 1 forks source link

add 5 different python versions to test with #63

Closed alvarolaserna closed 9 months ago

alvarolaserna commented 9 months ago

right now the pipelines only test on the 3.10 version, but multiple users use from 3.8 to 3.12, so it would be nice to test those versions before merging

alvarolaserna commented 9 months ago

given that to support python 3.8 we would need to downgrade numpy to 1.24.4 wont downgrade it, and this means that 3.8 Python version wont be supported by Py-TestUI

TDL-EdgarsEglitis commented 9 months ago

Does the publish workflow need similar changes?

alvarolaserna commented 9 months ago

Does the publish workflow need similar changes?

Since that workflow is only used to publish to pip, the python version to build the wheel doesn't really matter. It only matters in very specific cases where you have compiled C extensions, but this is not one, so all good