From bc22136c31ec1f849267ee8cf651c0651710bfa4 Mon Sep 17 00:00:00 2001 From: Nathan Ver Beek Date: Thu, 23 Oct 2025 09:44:07 -0400 Subject: [PATCH] Mark project as deprecated in README Indicate that the project is deprecated and provide a link to official Python support for Android. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 761b9f3..2d4dcb7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -Python 3 Android +Python 3 Android - DEPRECATED ================ +**This project has been deprecated in favor of the [official Python support for Android](https://docs.python.org/3/using/android.html).** This is an experimental set of build scripts that will cross-compile Python 3.13.0 for an Android device.