Skip to content

Commit 9184d1e

Browse files
author
Christopher Doris
committed
document the julia/python version support policy
1 parent 8663c49 commit 9184d1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,11 @@ using PythonCall
108108

109109
np = pyimport("numpy")
110110
```
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

Comments
 (0)