From d58c81aa7539ef1f092c9860ae9ebd566413b4e3 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Thu, 8 Feb 2024 23:20:03 +0000 Subject: [PATCH] fix --- .github/workflows/ci.yml | 24 ------------------------ CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30fcf6f..0d0438d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,18 +94,6 @@ jobs: python-version: '3.12' numpy-version: '1.26.*' - - os-image: macos-14 # M1 - os-name: mac - arch: arm64 - macos-min-version: '11.0' - python-version: '3.8' - numpy-version: '1.21.*' - - os-image: macos-14 # M1 - os-name: mac - arch: arm64 - macos-min-version: '11.0' - python-version: '3.9' - numpy-version: '1.21.*' - os-image: macos-14 # M1 os-name: mac arch: arm64 @@ -276,18 +264,6 @@ jobs: python-version: '3.12' numpy-version: '1.26.*' - - os-image: macos-14 # M1 - os-name: mac - arch: arm64 - macos-min-version: '11.0' - python-version: '3.8' - numpy-version: '1.21.*' - - os-image: macos-14 # M1 - os-name: mac - arch: arm64 - macos-min-version: '11.0' - python-version: '3.9' - numpy-version: '1.21.*' - os-image: macos-14 # M1 os-name: mac arch: arm64 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3528328..103fe62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.11.1] - 2023-02-08 ### Added -- macOS arm64 support. +- macOS arm64 support (Python 3.10 and higher). ## [0.11.0] - 2023-12-10 ### Added