### Feature Request / Improvement We only run in ubuntu env today, https://github.com/apache/iceberg-python/blob/a9897deb1f714f5fcf62ea478308968401b11601/.github/workflows/python-ci.yml#L47 Would be helpful to run in Windows I suspect there will be some compatibility issues. I'll run the test suite locally with a Windows laptop Previous related issue: https://github.com/apache/iceberg-python/issues/1005
Feature Request / Improvement
We only run in ubuntu env today,
iceberg-python/.github/workflows/python-ci.yml
Line 47 in a9897de
Would be helpful to run in Windows
I suspect there will be some compatibility issues. I'll run the test suite locally with a Windows laptop
Previous related issue: #1005