diff --git a/README.md b/README.md
index 35925cc..6aff806 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This project can help to automate debugging and crash dump analysis using Python
 If you want to automate the debugger but dislike the WinDbg built-in script machine syntax it's time to try again using the handy and powerful Python language. Even if you don't want to create your own script, maybe some existing scripts will be of interest to you?
 
 ## Getting started
-* You should have installed python. Supported python: 2.7, 3.5, 3.6, 3.7 or 3.8
+* You should have installed python. Supported python: 2.7, 3.5 - 3.9
 * Install pykd with command: 'pip install pykd'
 * Use windbg extension (bootstrapper) to run pykd with windbg