From 57ef6f6b969ae930e3df07b9ec2169de12c9dec2 Mon Sep 17 00:00:00 2001 From: andyx13 <39492936+andyx13@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:04:54 -0500 Subject: [PATCH] Update Python Version README.md update python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97440e..cbf88dc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ in order to solve time series machine learning problems. ## Requirements -**SigPro** has been developed and tested on [Python 3.6, 3.7 and 3.8](https://www.python.org/downloads/) +**SigPro** has been developed and tested on [Python 3.8, 3.9, 3.10, and 3.11](https://www.python.org/downloads/) on GNU/Linux and macOS systems. Also, although it is not strictly required, the usage of a [virtualenv](