Skip to content

List of Python module version for macOS

DivingDuck edited this page Feb 19, 2025 · 2 revisions

We try to use in general only the latest actual module versions with Python 3.13.2

Supported combinations of macOS platform and Python versions are:

Platform Python x64 macOS 12.7.6[^1] macOS 15.1.1[^2]
macos-13 py 3.10 ok untested untested
macos-13 py 3.11 ok yes yes
macos-13 py 3.12 ok yes yes
macos-13 py 3.13 ok yes yes
macos-14 py 3.10 no no no
macos-14 py 3.11 ok no yes
macos-14 py 3.12 ok no yes
macos-14 py 3.13 ok no yes
macos-15 py 3.10 no no no
macos-15 py 3.11 ok no yes
macos-15 py 3.12 ok no yes
macos-15 py 3.13 ok no yes

[^1] Tested on a 2015 Intel Macbook

[^2] Tested on a 2022 M2 Macbook

https://github.com/kliment/Printrun/pull/1465#issuecomment-2546993438

For other operating systems you need to consult requirements.txt and buildinstructions.txt. Check / update to actual module versions (pip list --outdated). Exception are pyglet where actual versions are not compatible with prior versions. pyglet needs to be a version below 2.0 as the actual version >=2.0 will break code.

Package Version
tbd tbd