From 11eaa68d9b7c5245bcf0ac2aaf9be242e455f1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 12 Mar 2024 09:16:48 +0100 Subject: [PATCH] Updated FAQ --- web/faq.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/faq.html b/web/faq.html index 1a7d8be..77ad030 100644 --- a/web/faq.html +++ b/web/faq.html @@ -1,5 +1,7 @@ -
Python 2 or Python 3?
-    Python 3.8 (or higher). +
Which Python version is this for?
+    Everything should work in the latest Python version, that is 3.13.

+    Every feature that requires version higher than 3.8 has that mentioned in comments or brackets. There are only six such features, four requiring 3.9, and two requiring 3.10.

+    As of 12th March 2024, the only libraries whose latest version requires Python version higher than 3.8 are: numpy, pandas and matplotlib. They all require Python 3.9.

What is the best way to use it?