Skip to content

Conversation

@Prakhar0013
Copy link

This pull request resolves the "Windows fatal exception: access violation" error that occurs when running the test suite with Python 3.13 on the windows-latest runner.
The issue is caused by an outdated numpy version constraint in pyproject.toml which installs a version incompatible with Python 3.13. This change updates the dependency rules to install numpy>=2.0.0 for Python 3.13+, which is officially supported and resolves the build crash. The poetry.lock file has been updated accordingly.
I have verified the fix locally on a Windows machine by running the test suite, which now completes without the fatal error.
Fixes #159.

@Prakhar0013
Copy link
Author

Sorry, my last code was a wrong, please let it go through CI tests for verification again.

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.

Tests fail for windows-latest and python3.13 in CI pipeline

1 participant