This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MACOSX_DEPLOYMENT_TARGET should accept non-decimal (int) value versions
Type: compile error Stage: resolved
Components: macOS Versions: Python 3.9
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: guillochon, ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2020-11-29 15:16 by guillochon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg382072 - (view) Author: James Guillochon (guillochon) Date: 2020-11-29 15:16
See the discussion here https://github.com/Homebrew/homebrew-core/pull/65866#issuecomment-735366297, but this is currently a blocker for compilation via home-brew on Apple Silicon. Current workaround is to set the deployment target to "11.0" (rather than the "11" currently passed into it, which should be valid).
msg382073 - (view) Author: James Guillochon (guillochon) Date: 2020-11-29 15:18
Closing in favor of https://bugs.python.org/issue42504 which has more details
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86671
2020-11-29 15:18:58guillochonsetstatus: open -> closed

messages: + msg382073
stage: resolved
2020-11-29 15:16:09guillochoncreate