Skip to content

Commit

Permalink
Patch latest version, remove redundant macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clare committed Jun 11, 2024
1 parent 2c70fb3 commit 3404b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <mclare@utsv.net>"]
maintainers = [
Expand Down

0 comments on commit 3404b83

Please sign in to comment.