--------------------------------------------------
- Use cibuildwheel to tests and build wheels on many OSes (with GitHub actions)
- Update supported Python versions. We cannot support what we cannot test:
- Drop official support for Python 2.7.
Older version still run on Python 2.7+
- Ensure that we compile with Python 3.10 and plan for 3.11
- Set minimum supported version of Python to 3.6
- Run tests in CI on 3.6, 3.7, 3.8, 3.9 and 3.10