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?