You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/faq.html
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
<detailsopen><summary><strong>Python 2 or Python 3?</strong></summary><br>
2
-
Python 3.8 (or higher).
1
+
<detailsopen><summary><strong>Which Python version is this for?</strong></summary><br>
2
+
Everything should work in the latest Python version, that is 3.13.<br><br>
3
+
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
+
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.
3
5
</details><br>
4
6
5
7
<detailsopen><summary><strong>What is the best way to use it?</strong></summary><br>
0 commit comments