dist: update required python version to 3.7

This commit is contained in:
Peter F. Patel-Schneider 2022-04-01 16:27:42 -04:00
parent e3d62f5dca
commit 0e1522aa62
2 changed files with 2 additions and 2 deletions

View File

@ -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.
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
`python3-pyudev`, `python3-psutil`, `python3-xlib`, `python3-evdev`,
and `python3-yaml` or `python3-pyyaml` packages installed.

View File

@ -59,7 +59,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
# 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.6',
python_requires='>=3.7',
install_requires=[
'evdev (>= 1.1.2)',
'pyudev (>= 0.13)',