-
Notifications
You must be signed in to change notification settings - Fork 29
fix ci, including: dropping support for 3.7 #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
cclauss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI builds currently fail. Do we want PyPy builds?
| if: runner.os == 'Windows' | ||
| run: python -m cibuildwheel --output-dir wheelhouse | ||
| env: | ||
| CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}* | |
| CIBW_BUILD: cp38-${{ matrix.name }}* |
OR CIBW_PROJECT_REQUIRES_PYPY=1
| CIBW_BUILD: cp38-* pp*-* | ||
| CIBW_SKIP: "*musllinux*" | ||
| CIBW_ENABLE: pypy | ||
| CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| CIBW_BUILD: cp38-${{ matrix.name }}* pp*-${{ matrix.name }}* | |
| CIBW_BUILD: cp38-${{ matrix.name }}* |
OR CIBW_PROJECT_REQUIRES_PYPY=1
No description provided.