From b0ca98f4910a72e3691ea315c284b22c6e857d89 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 28 Jun 2022 02:50:27 +0200 Subject: [PATCH 1/2] Configure `abi-tag-eggs = true` --- base.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/base.cfg b/base.cfg index 0c15c41..ef6c3a0 100644 --- a/base.cfg +++ b/base.cfg @@ -2,6 +2,7 @@ develop = . show-picked-versions = true parts = test +abi-tag-eggs = true [test] relative-paths = true From 6fabff94640ac088ad722ed446bf3d8e7771f30e Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 28 Jun 2022 02:55:07 +0200 Subject: [PATCH 2/2] Remove environment variables `SYSTEM_VERSION_COMPAT` and `MACOSX_DEPLOYMENT_TARGET` --- .github/workflows/macos.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2e2db0b..6be20e8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,10 +16,6 @@ jobs: os: [ 'macos-10.15', 'macos-11', 'macos-12' ] python-version: [ '3.9', '3.10' ] buildout-version: ['2.13.7', '3.0.0rc3'] - env: - # Switches to enable compatibility with older versions of macOS. - SYSTEM_VERSION_COMPAT: 1 - MACOSX_DEPLOYMENT_TARGET: 10.16 steps: