-
Notifications
You must be signed in to change notification settings - Fork 692
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
uWSGI 2.0.22 fails to build against Python 3.12 #2566
Comments
Yes, I have encountered the same problem |
-> #2542 there is open PR |
The error might be related to uswgi using pyproject.toml for installation.
|
It looks like the Python API actually changed: |
It's there an ETA on when a fix would be released? Just curious so I can plan ahead on the python upgrade :) |
* Upgrade Python from 3.11 to 3.12 * Revert unsupported target version * Test python3.12 * Change target-version * Replace pre-commit double-quote-string-fixer hook with ruff rule * Lint * Replace uwsgi with gunicorn because of unbit/uwsgi#2566
This has been fixed in 2.0.23 |
uWSGI failed to build against Python 3.12, with the following errors:
I am using the
python:3.12.0-slim-bullseye
docker image in my build process.The text was updated successfully, but these errors were encountered: