setup.py: set minimum python version to 3.5
Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
parent
8e89aa0038
commit
e751f741f7
2
setup.py
2
setup.py
|
@ -60,7 +60,7 @@ battery status, and show and modify some of the modifiable features of devices.
|
|||
# sudo apt install python-gi python3-gi \
|
||||
# gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-ayatanaappindicator3-0.1
|
||||
# os_requires=['gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'],
|
||||
python_requires='>=3.2',
|
||||
python_requires='>=3.5',
|
||||
install_requires=[
|
||||
'pyudev (>= 0.13)',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue