-
Notifications
You must be signed in to change notification settings - Fork 99
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
Binary version for python 3.11 #245
Comments
Yes, please add wheels for python 3.11. |
FYI your library is the only obstacle to update our model to python 3.11, please add 3.11 support !! |
@hoefling Can we get a status on this? Looks like @danielvlla and @tdivis have PR that will fix this issue. Please update 🙏 |
@tdivis can you or @hoefling commit one of the PR and push up a new build to pypi that supports python 3.11? 3.10 images have security vulnerabilities and this package is preventing an easy upgrade. I rather not point to a fork and build manually or alternatively remove the dependency entirely. Seems like an easy fix. Thanks and appreciate your time and effort to keep the project active. |
Thanks for your work on this project. Here's another vote for python 3.11 support. |
I'd also love to see Python 3.11 and soon 3.12 wheels... |
@D3X, @PhilipGarnero I noticed you approved a PR. Do you have the ability to merge some of these requests. @hoefling seems busy on other things at the moment so it could use additional managers to lead. |
Unfortunately, I don't have permission to merge and I also don't have enough experience with this project to take over management (or even help with it). Wish I could be more useful... |
How's this issue? |
I am unable to install xmlsec on python 3.11 running on Windows 10 (64 bit). Will there be a pre-built wheel for this configuration soon? I tried "pip install xmlsec" which as of today is xmlsec==1.3.13. There are no wheels for python 3.11 on pypi.org so pip tries to compile it and fails with this error: I also tried cloning the repo and building from source and that failed with the same error. So, I'm hoping that either cp311 whl distributions can be created or even if the issue with iconv_a.lib can be fixed so I can build from source. Thanks!! |
In the latest release (1.3.14) we also build linux and macos builds but I didn't upload them to pypi because of new xmllib2 version check (see #316), but still you can download them manually from release notes https://github.com/xmlsec/python-xmlsec/releases/tag/1.3.14. |
Will there be coming a binary version coming soon for python 3.11? For my enterprise install we depending on this version. I don;t want to install c++ tools for our windows server 2019.
The text was updated successfully, but these errors were encountered: