Skip to content

Commit

Permalink
[Python] Update wheels we build in CI/CD.
Browse files Browse the repository at this point in the history
This removes MacOS, which has been failing, and no one seems to care
about anyway. This also adds a newer Python 3.13 wheel for a more
modern Python version. I have not yet removed the Python 3.8 wheel,
but that is EOL, and we can consider removing that in a follow up.
  • Loading branch information
mikeurbach committed Jan 9, 2025
1 parent 4e47877 commit d39ea2f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/uploadWheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
cibw_build: cp38-manylinux_x86_64
- os: ubuntu-20.04
cibw_build: cp310-manylinux_x86_64
- os: macos-13
cibw_build: cp38-macosx_x86_64
- os: macos-13
cibw_build: cp310-macosx_x86_64
- os: ubuntu-20.04
cibw_build: cp313-manylinux_x86_64

steps:
- name: Get CIRCT
Expand Down

0 comments on commit d39ea2f

Please sign in to comment.