Skip to content

Commit 11eaa68

Browse files
committed
Updated FAQ
1 parent 9b5d44c commit 11eaa68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/faq.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<details open><summary><strong>Python 2 or Python 3?</strong></summary><br>
2-
&nbsp;&nbsp;&nbsp;&nbsp;Python 3.8 (or higher).
1+
<details open><summary><strong>Which Python version is this for?</strong></summary><br>
2+
&nbsp;&nbsp;&nbsp;&nbsp;Everything should work in the latest Python version, that is 3.13.<br><br>
3+
&nbsp;&nbsp;&nbsp;&nbsp;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.<br><br>
4+
&nbsp;&nbsp;&nbsp;&nbsp;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.
35
</details><br>
46

57
<details open><summary><strong>What is the best way to use it?</strong></summary><br>

0 commit comments

Comments
 (0)