Skip to content

Commit 19d2061

Browse files
Not support EOLed 3.6 or older (#162)
1 parent 8d1133e commit 19d2061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The existing package [PyCall](https://github.com/JuliaPy/PyCall.jl) is another s
4444
- PythonCall by default never copies mutable objects when converting, but instead directly wraps the mutable object. This means that modifying the converted object modifies the original, and conversion is faster.
4545
- PythonCall does not usually automatically convert results to Julia values, but leaves them as Python objects. This makes it easier to do Pythonic things with these objects (e.g. accessing methods) and is type-stable.
4646
- PythonCall installs dependencies into a separate Conda environment for each Julia project. This means each Julia project can have an isolated set of Python dependencies.
47-
- PythonCall supports Julia 1.6+ and Python 3.5+ whereas PyCall supports Julia 0.7+ and Python 2.7+.
47+
- PythonCall supports Julia 1.6+ and Python 3.7+ whereas PyCall supports Julia 0.7+ and Python 2.7+.

0 commit comments

Comments
 (0)