From 3404b83ddd09b71bb9c08ca1e918532e3b184f90 Mon Sep 17 00:00:00 2001 From: Maryanne Wachter Date: Tue, 11 Jun 2024 07:01:42 -0700 Subject: [PATCH] Patch latest version, remove redundant macos-14 --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79df1a3..37e054e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed - os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2d48193..b280975 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python-version: [3.9, "3.10", "3.11", "3.12"] # Add more versions as needed - os: [ubuntu-latest, macos-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13] runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 84d8ec6..1331aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cytriangle" -version = "1.0.0" +version = "1.0.1" description = "Object-oriented Cython wrapper of Shewchuk's Triangle Library" authors = ["Maryanne Wachter "] maintainers = [