What is the python update policy, going from 3.9.1 to 3.9.2 to ... #1109
Unanswered
FonsRademakers
asked this question in
Everyday usage
Replies: 1 comment 3 replies
-
Binary compatibility should work fine for patch level updates. If linking against brewed Python, ensure you are using the So:
instead of:
(Formulae do this automatically.) The general site-packages directory, if that's all you need, is found at:
This all assumes the standard Intel Homebrew prefix of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is the python upgrade from 3.9.1 to 3.9.2 considered a patch level upgrade preserving binary compatibility? I noticed that the python 3.9.1 include directories disappeared when I did a brew update and got python 3.9.2. Is the link to python/3.9/... valid for the whole serie 3.9.*? I have some pre-build binaries build against python 3.9.1 that I ship for brew based systems for which I require python 3.9. Or should I re-build all these binaries with 3.9.2?
Thanks, Fons.
Beta Was this translation helpful? Give feedback.
All reactions