From 9533316447dcb7febe51210618e31bd1a02454b5 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 11 Jan 2024 12:54:37 -0800 Subject: [PATCH] limit to 3.9+ --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e768769c..340e2ed7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,10 @@ jobs: # - { machine: 'windows-2022', python: '3.10', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } # - { machine: 'windows-2022', python: '3.11', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } - { machine: 'windows-2022', python: '3.12', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } - - { machine: 'macos-13-xlarge', python: '3.6', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - - { machine: 'macos-13-xlarge', python: '3.7', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - - { machine: 'macos-13-xlarge', python: '3.8', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - - { machine: 'macos-13-xlarge', python: '3.9', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'macos-13-xlarge', python: '3.6', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'macos-13-xlarge', python: '3.7', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'macos-13-xlarge', python: '3.8', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'macos-13-xlarge', python: '3.9', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - { machine: 'macos-13-xlarge', python: '3.10', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - { machine: 'macos-13-xlarge', python: '3.11', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } - { machine: 'macos-13-xlarge', python: '3.12', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' }