altdesktop / python-dbus-next

🚌 The next great DBus library for Python with asyncio support
https://python-dbus-next.readthedocs.io/en/latest/
MIT License
187 stars 58 forks source link

Fix make docker-test by removing python 3.6. Improve docker image build. #118

Closed garyvdm closed 1 year ago

garyvdm commented 2 years ago

This fixes the travis ci builds.

python 3.6 is no longer supported[1], and is not longer supported by get-pip.py [2]

The docker image build is improved by exiting on error inside shell for loop.

[1] https://peps.python.org/pep-0494/ [2] https://pip.pypa.io/en/stable/installation/#compatibility

acrisci commented 1 year ago

:+1: