mobileinsight-core icon indicating copy to clipboard operation
mobileinsight-core copied to clipboard

Add support for Ubuntu 22.04 and Python 3.10+

Open dboyan opened this issue 3 years ago • 0 comments

Two changes are made:

  • Replace the qt5-default (no longer available for ubuntu 22.04) with the packages it refers to.
  • Default to PY_SSIZE_T_CLEAN, now mandatory with python 3.10. And fix the sizes from int to Py_ssize_t.

dboyan avatar Oct 26 '22 16:10 dboyan