Skip to content

Commit d2fbebb

Browse files
committed
Update README
1 parent 7ba5ecf commit d2fbebb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ pycall.rb supports Ruby version 2.4 or higher.
1919

2020
## Supported Python versions
2121

22-
pycall.rb supports Python version 2.7 or higher.
23-
24-
Note that in Python 2.7 old-style class, that is defined without a super class, is not fully supported in pycall.rb.
22+
pycall.rb supports Python version 3.7 or higher.
2523

2624
## Note for pyenv users
2725

@@ -144,9 +142,9 @@ Use [mrkn/pandas.rb](https://github.com/mrkn/pandas.rb) instead of just importin
144142

145143
PyCall wraps pointers of Python objects in `PyCall::PyPtr` objects.
146144
`PyCall::PyPtr` class has two subclasses, `PyCall::PyTypePtr` and
147-
`PyCall::PyRubyPtr`. `PyCall::PyTypePtr` is specialized for type (and classobj
148-
in 2.7) objects, and `PyCall::PyRubyPtr` is for the objects that wraps pointers
149-
of Ruby objects.
145+
`PyCall::PyRubyPtr`. `PyCall::PyTypePtr` is specialized for type objects,
146+
and `PyCall::PyRubyPtr` is for the objects that wraps pointers of
147+
Ruby objects.
150148

151149
These `PyCall::PyPtr` objects are used mainly in PyCall infrastructure.
152150
Instead, we usually treats the instances of `Object`, `Class`, `Module`, or

0 commit comments

Comments
 (0)