setup.py: set minimum python version to 3.5

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns 2020-07-02 16:24:13 +01:00 committed by Filipe Laíns
parent 8e89aa0038
commit e751f741f7
1 changed files with 1 additions and 1 deletions

View File

@ -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)',
],