-
Notifications
You must be signed in to change notification settings - Fork 506
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
Python 3.12 doesn't support distutils #1699
Comments
On kivy/kivy#8070 we made use of |
In kivy/python-for-android#2866, I also used In that case, I investigated the version numbers being used and confirmed they conformed to the tighter definitions of Also, I don't think Buildozer has So the task list:
|
Do we really want to continue vendoring this outdated code? I do not think so. Better migrating to |
I absolutely agree. My task list included:
by which I mean get rid of libs/version.py |
So.... How do I make buildozer work for me now? Quickest, easiest... |
@misl6 maybe a new release should be cut that actually contains these changes, as more and more distros ship python
|
Versions
Description
I did an experiment; I added '3.12.0-rc.2' to the Python matrix in
test_python.yml
to see if any wave of pain is coming down the pipe.Indeed there is:
What happened? PEP 632 happened:
LooseVersion
has been giving deprecation warnings anyway. Time for a replacement.The text was updated successfully, but these errors were encountered: