[New-bugs-announce] [issue42505] MACOSX_DEPLOYMENT_TARGET should accept non-decimal (int) value versions

James Guillochon report at bugs.python.org
Sun Nov 29 10:16:09 EST 2020


New submission from James Guillochon <guillochon at gmail.com>:

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).

----------
components: macOS
messages: 382072
nosy: guillochon, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: MACOSX_DEPLOYMENT_TARGET should accept non-decimal (int) value versions
type: compile error
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42505>
_______________________________________


More information about the New-bugs-announce mailing list