Open wenzeslaus opened 2 years ago
When I merged #640 as aa08858b5f0a141ace2e5ea363aeb3a154f05887 (adding Python 3.10), the tests with Python 3.10 passed:
https://github.com/OSGeo/grass-addons/runs/4450031137 https://github.com/OSGeo/grass-addons/runs/4450031265
In #647 (af95a23ea1e73b86a18be5f4a5220db0e4fd8eb4), I temporary removed 3.10 from the testing matrix, so the build now works again. 3.9 fails in the same way, so not testing that either (testing 3.7 and 3.8).
The tests with Python 3.10 in the CI fail to install GDAL.
This may be an issue here in this repo with configuration, but it can also be an issue with the dependency.
Describe the bug
CI fails now for Python 3.10, but other things work, so this does not prevent merging of PRs.
To Reproduce
See failing actions in Code > commits or in the Actions tab.
Screenshots
The error output has a UserWarning, but it fails. I'm not sure what is wrong exactly.