diff --git a/README.md b/README.md
index 46215c70d2d..1aacaab1da9 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,8 @@ After using this generator, your new project (the directory created) will contai
### Next release
+* Upgrade Python to 3.7 as Celery is now compatible too. PR #10 by @ebreton.
+
### 0.2.2
* Fix frontend hijacking /docs in development. Using latest https://github.com/tiangolo/node-frontend with custom Nginx configs in frontend. PR #6.