We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8663c49 commit 9184d1eCopy full SHA for 9184d1e
docs/src/faq.md
@@ -108,3 +108,11 @@ using PythonCall
108
109
np = pyimport("numpy")
110
```
111
+
112
+## What versions of Python and Julia do you support?
113
114
+Each release of PythonCall and JuliaCall will support and require:
115
+- Any currently supported version of Python, [see here](https://devguide.python.org/versions/). Currently 3.10+.
116
+- The current Julia LTS version and newer, [see here](https://julialang.org/downloads/#long_term_support_release). Currently 1.10+.
117
118
+Only the latest patch release within each minor version is supported.
0 commit comments