From 9852f38a6f89a9e77b2b9eaa9e079148a3643c9a Mon Sep 17 00:00:00 2001 From: Tattoo Date: Tue, 31 Oct 2023 17:20:55 +0200 Subject: [PATCH] README: update minimun Python version required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab3d31d..b8f8dc1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ pip install robotframework-oxygen ## Pre-requisites - Oxygen is supported on Windows, Linux and MacOS -- [Python 3.7](http://python.org) or above +- [Python 3.10](http://python.org) or above - [pip](https://pypi.python.org/pypi/pip) for easy installation - [Robot Framework](http://robotframework.org) - [additional dependencies](requirements.txt)