From 17e014f8d433d8af546ff9bdf04d3a22f9478d81 Mon Sep 17 00:00:00 2001 From: ccostino Date: Tue, 29 Jul 2025 09:52:44 -0400 Subject: [PATCH] Fix version number to match Document the correct version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87cc44b1f..4613a05ff 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ environment with the newer version of Python you just installed: ```sh cd notifications-api -pyenv virtualenv 3.13.9 notify-api +pyenv virtualenv 3.13.2 notify-api pyenv local notify-api ```