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

Failed to run on Windows 7. Please, remove support for Python v3.8. Because Python v3.8 still supports Windows 7 #1418

Closed
GaneJ opened this issue Aug 26, 2024 · 2 comments · Fixed by #1463

Comments

@GaneJ
Copy link

GaneJ commented Aug 26, 2024

Started from version 2.18, pydantic-core failed to run on Windows 7.

This is because the import "ProcessPrng" in bcryptprimitives.dll is missing in Windows 7 (_pydantic_core.cp38-win_amd64.pyd).

Alls

That function is only available in Windows 10 and above.

Since Python v3.8 still supports Windows 7, pydantic-core has to drop Python v3.8 support.

Thanks.

@davidhewitt
Copy link
Contributor

This came from Rust 1.78. We should consider limiting windows builds to 1.77 for now

https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#compatibility-notes

@GaneJ
Copy link
Author

GaneJ commented Sep 2, 2024

I got it from https://pypi.org/

Version 2.23.1 still the same for Python 3.8

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 a pull request may close this issue.

4 participants
@davidhewitt @GaneJ and others