Fix version number to match

Document the correct version.
This commit is contained in:
ccostino
2025-07-29 09:52:44 -04:00
committed by GitHub
parent f6ba1a241c
commit 17e014f8d4

View File

@@ -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
```