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

setup.py offers support for 3.4, but requires 3.5 features #23

Closed hashbrowncipher closed 5 years ago

hashbrowncipher commented 5 years ago

PosixPath.read_text() is used in setup.py lines 26 and 32, and is a Python 3.5 feature. This doesn't match with the setup.py classifiers, which offer support for Python 3.4.