PyAr / pyafipws

Interfases, tools and apps for Argentina's gov't. webservices (soap, com/dll simil-ocx, pdf, dbf, xml, json, etc.) #python
https://github.com/PyAr/pyafipws/wiki/PyAr-PSF-GSoC-2019-Final-Summary
GNU Lesser General Public License v3.0
2 stars 15 forks source link

Fix 32bit workflow failing in the Github Actions #130

Closed HanslettTheDev closed 1 year ago

HanslettTheDev commented 1 year ago

Summary

This PR aims to fix the build failures in the GitHub actions workflow for Windows 32-bit systems The cause of this build failure was due to Pillow v9.5.0 having its last support for 32-bit systems and in the requirements.txt file, a version higher than v9.5.0 was being installed therefore causing the 32bit workflow to fail

Checklist