From f3c3f96130d5a1676c8dd627922db5926ea317b2 Mon Sep 17 00:00:00 2001 From: Emanuele Bellocchia <54482000+ebellocchia@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:25:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4aeda37..2adc6e02 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## ⚠️ Warning ⚠️ -⚠️ ⚠️ Please be aware that Python 3.12 doesn't currently work since `coincurve v19.0.0` was yanked, waiting for an update. ⚠️ ⚠️ +Please be aware that Python 3.12 doesn't currently work since `coincurve v19.0.0` was yanked, waiting for an update. You can still make it work on Linux or MacOS with Python 3.12 by forcing the installation of `coincurve v19.0.0` (you have to explicitly specify `coincurve==19.0.0` since `pip` skips yanked versions by default).