Skip to content

Commit 226d13f

Browse files
Use cytriangle v1.0.1, test for macos-latest
1 parent fa5acb7 commit 226d13f

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
- { python: "3.11", os: "windows-latest", session: "tests" }
3030
- { python: "3.10", os: "windows-latest", session: "tests" }
3131
- { python: "3.9", os: "windows-latest", session: "tests" }
32+
- { python: "3.12", os: "macos-latest", session: "tests" }
33+
- { python: "3.11", os: "macos-latest", session: "tests" }
34+
- { python: "3.10", os: "macos-latest", session: "tests" }
35+
- { python: "3.9", os: "macos-latest", session: "tests" }
3236
- { python: "3.12", os: "macos-13", session: "tests" }
3337
- { python: "3.11", os: "macos-13", session: "tests" }
3438
- { python: "3.10", os: "macos-13", session: "tests" }

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ __pycache__/
4747

4848
# mypy cache
4949
.mypy_cache/
50-
poetry.lock

poetry.lock

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ numpy = "^1.26.4"
5353
scipy = "^1.12.0"
5454
matplotlib = "^3.8.3"
5555
shapely = "^2.0.3"
56-
cytriangle = "^1.0.0"
56+
cytriangle = "^1.0.1"
5757
rich = "^13.7.1"
5858
click = "^8.1.7"
5959
more-itertools = "^10.2.0"
@@ -139,7 +139,7 @@ module = [
139139
"rhino_shapely_interop.*",
140140
"scipy.*",
141141
"shapely.*",
142-
"triangle.*",
142+
"cytriangle.*",
143143
]
144144
ignore_missing_imports = true
145145

0 commit comments

Comments
 (0)