Skip to content
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

ci: re-enable testing on Windows with Python 3.12 #535

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

elopez
Copy link
Member

@elopez elopez commented Jan 11, 2024

Python 3.12.0 on Windows suffers from python/cpython#109590 breaking some of our integrations. The issue is fixed in 3.12.1

@elopez elopez marked this pull request as ready for review January 11, 2024 20:16
python_requires=">=3.8",
# Python 3.12.0 on Windows suffers from https://github.com/python/cpython/issues/109590
# breaking some of our integrations. The issue is fixed in 3.12.1
python_requires=">=3.8,!=3.12.0",
Copy link
Contributor

@0xalpharush 0xalpharush Jan 11, 2024

Choose a reason for hiding this comment

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

Should we treat this as breaking?

Copy link
Member Author

Choose a reason for hiding this comment

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

we can drop this restriction if you feel it's too much. I tried looking to see if there was a way to specify the version exception just for Windows but did not find anything suitable.

Copy link
Contributor

Choose a reason for hiding this comment

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

AFAICT pip should handle this and not leave anyone using python3.12.0 and crytic-compile with a broken build

@0xalpharush 0xalpharush added this pull request to the merge queue Jan 16, 2024
Merged via the queue into dev with commit ec1826a Jan 16, 2024
60 of 61 checks passed
@0xalpharush 0xalpharush deleted the fix/windows-3.12-npx branch January 16, 2024 16:47
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.

2 participants