ipeaGIT / geobr

Easy access to official spatial data sets of Brazil in R and Python
https://ipeagit.github.io/geobr/
778 stars 116 forks source link

adds python package testing pipeline #323

Closed vss-2 closed 10 months ago

vss-2 commented 10 months ago

This commit includes tests for the latest versions of Windows, MacOS, and Ubuntu, across Python versions 3.8, 3.9, 3.10, and 3.11. As discussed in issue #322, adding a testing automation pipeline to the Python package enhances system coverage and reliability, making it easier to identify issues when modifying existing code.

rafapereirabr commented 10 months ago

Thanks so much!