We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6149d17 commit 0cf4a03Copy full SHA for 0cf4a03
1 file changed
src/portable_python/external/xcpython.py
@@ -441,7 +441,10 @@ class Zstd(ModuleBuilder):
441
442
def auto_select_reason(self):
443
if self.setup.python_spec.version >= "3.14":
444
- return "Required for 3.14 and up" # Well, "expected" anyway
+ if PPG.target.is_macos:
445
+ return "Required for 3.14 and up" # Well, "expected" anyway
446
+ elif not self.resolved_telltale:
447
+ return "Required for 3.14 and up"
448
449
@property
450
def url(self):
0 commit comments