systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
411 stars 36 forks source link

Do not use read_text() in setup.py #24

Closed davide125 closed 5 years ago

davide125 commented 5 years ago

Summary: read_text() is only a thing on Python 3.5 and later, and we still support 3.4 here. Also ensure we actually test 3.4 in Travis. Closes #23.

Reviewed By: nikitakoshikov

Differential Revision: D14523177

facebook-github-bot commented 5 years ago

This pull request has been merged in facebookincubator/pystemd@a653de5bedb10b64732991dd2bc07c2d3363a576.