Skip to content

Added py 3.11

Philip Loche requested to merge py311 into main
  • Added support for Python 3.11.
  • Additionally, some caching for PIP was added to increase the performance of the CI a bit.
  • Since the docker container for macOS are quite old the bundled homebrew don't ship support for Python 3.11. So I have to remove the variable HOMEBREW_NO_AUTO_UPDATE=1. This will cause some decrease in performance again. However, we might also enable caching for homebrew in a future MR...
Edited by Philip Loche

Merge request reports