Skip to content

WIP,CI: Update Cygwin CI Python to 3.12 #28107

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

Closed
wants to merge 2 commits into from
Closed

Conversation

DWesl
Copy link
Contributor

@DWesl DWesl commented Jan 6, 2025

Cygwin CI was dropped when support for the latest python version on Cygwin was dropped (#26247). This attempts to add in the new 3.12 test.

The 3.9 test had some shims in to avoid hangs in the old test version of 3.9. Nobody's figured out where this is happening, so those might still be in (mostly in pip runs).

@@ -16,7 +16,7 @@ jobs:
cygwin_build_test:
runs-on: windows-latest
# To enable this workflow on a fork, comment out:
if: github.repository == 'numpy/numpy'
# if: github.repository == 'numpy/numpy'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# if: github.repository == 'numpy/numpy'
if: github.repository == 'numpy/numpy'

Accept this suggestion before merging

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I was making this PR on another repository. This should probably be marked as draft until then

@DWesl DWesl changed the title CI: Update Cygwin CI Python to 3.12 WIP,CI: Update Cygwin CI Python to 3.12 Jan 6, 2025
@DWesl DWesl closed this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant