Skip to content

Commit b302fe8

Browse files
committed
now compatible with python 3.7, 3.8, 3.9, 3.10, 3.11
1 parent a72613c commit b302fe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/py.maxref.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<digest>Evaluate python code</digest>
77
<description>
8-
<o>py</o> provides a set of methods to execute and evaluate python code and to return the results in a max/msp patch.
8+
<o>py</o> provides a set of methods to execute and evaluate python3 code and to return the results in a max/msp patch.
99
</description>
1010

1111
<!--METADATA-->

docs/pyjs.maxref.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<digest>Evaluate python code</digest>
77
<description>
8-
<o>pyjs</o> provides the 'PyJS' javascript class and set of methods to execute and evaluate python code and return the results in <o>js</o> objects.
8+
<o>pyjs</o> provides the 'PyJS' javascript class and set of methods to execute and evaluate python3 code and return the results in <o>js</o> objects.
99
</description>
1010

1111
<!--METADATA-->

0 commit comments

Comments
 (0)