Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows+macOS CI by updating to Python 3.11. (iree-org#19029)
Pending CI builds (since these are nightly / on-demand and take hours): * Windows: https://github.com/iree-org/iree/actions/runs/11689195978 * macOS: https://github.com/iree-org/iree/actions/runs/11689197108 The new `iree.build` package depends on Python 3.11: iree-org#18630 (comment). We currently publish Python packages for 3.9+ on Linux but only 3.11+ on macOS and Windows: * https://github.com/iree-org/iree/blob/9650bfe441d5f8ce4a16395ee6b3ad43968caa2e/build_tools/python_deploy/build_linux_packages.sh#L68 * https://github.com/iree-org/iree/blob/9650bfe441d5f8ce4a16395ee6b3ad43968caa2e/.github/workflows/build_package.yml#L259-L266 * https://github.com/iree-org/iree/blob/9650bfe441d5f8ce4a16395ee6b3ad43968caa2e/.github/workflows/build_package.yml#L247-L254 We can relax the 3.11 dependency in the package, but we might as well update these workflows to test with the version that we distribute packages for.
- Loading branch information