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

cryptography for Python 3.11 or later #1175

Open
pay748 opened this issue Jun 6, 2024 · 1 comment
Open

cryptography for Python 3.11 or later #1175

pay748 opened this issue Jun 6, 2024 · 1 comment
Labels
Milestone

Comments

@pay748
Copy link

pay748 commented Jun 6, 2024

Is it possible to add python 3.11 build wheel support to the cryptography library? I need to use some asyncio low level socket methods (sock_recvfrom, sock_recvfrom_into, sock_sendto) they were added in python3.11, they are not available on python3.10. Anyway thanks for your work.Especially after discovering chaquo, it feels like opening the door to a new world. There is nothing cooler than being able to develop android apps with hybrid development using python. Thanks anyway for your work.This is really an amazing and great project!
Low-level asynchronous socket methods added in python version 3.11

@mhsmith mhsmith changed the title cryptography-3.4.8-2-cp311-cp311-android_21_arm64_v8a.whl support cryptography for Python 3.11 or later Jun 6, 2024
@mhsmith
Copy link
Member

mhsmith commented Jun 6, 2024

Thanks, that's great to hear.

cryptography 3.4.8 came out in August 2021, before Python 3.11, and even before a stable release of Python 3.10. However, we have already built it for Android on Python 3.10, so it's possible it could be built for Python 3.11 as well. If you'd like to try doing this yourself, follow the instructions here, and see the special notes in the cryptography meta.yaml file.

Ideally we would move to a newer version of cryptography which supports Python 3.11 officially, but that's currently blocked by #657.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants