dist: update required python version to 3.7
This commit is contained in:
parent
e3d62f5dca
commit
0e1522aa62
|
@ -20,7 +20,7 @@ Most of Solaar should work fine with any kernel more recent than 5.2,
|
||||||
but newer kernels might be needed for some devices to be correctly recognized and handled.
|
but newer kernels might be needed for some devices to be correctly recognized and handled.
|
||||||
The `udev` package must be installed and its daemon running.
|
The `udev` package must be installed and its daemon running.
|
||||||
|
|
||||||
Solaar requires Python 3.6+ and requires several packages to be installed.
|
Solaar requires Python 3.7+ and requires several packages to be installed.
|
||||||
If you are running the system version of Python you should have the
|
If you are running the system version of Python you should have the
|
||||||
`python3-pyudev`, `python3-psutil`, `python3-xlib`, `python3-evdev`,
|
`python3-pyudev`, `python3-psutil`, `python3-xlib`, `python3-evdev`,
|
||||||
and `python3-yaml` or `python3-pyyaml` packages installed.
|
and `python3-yaml` or `python3-pyyaml` packages installed.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
|
||||||
# sudo apt install python-gi python3-gi \
|
# sudo apt install python-gi python3-gi \
|
||||||
# gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-ayatanaappindicator3-0.1
|
# 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)'],
|
# os_requires=['gi.repository.GObject (>= 2.0)', 'gi.repository.Gtk (>= 3.0)'],
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.7',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'evdev (>= 1.1.2)',
|
'evdev (>= 1.1.2)',
|
||||||
'pyudev (>= 0.13)',
|
'pyudev (>= 0.13)',
|
||||||
|
|
Loading…
Reference in New Issue