Skip to content

Commit d254f60

Browse files
keithasaurusKeith PhilpottKeith Philpott
authored
Exclude macos 15 from build (#31)
* wip * wip * wip * wip * wip * wip * basic test * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * string contains * wip * wip * wip * wip * wip * wip * type check * wip * wi * wip * wip * wip * wip * wip * wip * wi * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * spacing * punct * wip * wip * wip * wip * wip * revert * bump version --------- Co-authored-by: Keith Philpott <[email protected]> Co-authored-by: Keith Philpott <[email protected]>
1 parent ab59d7b commit d254f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# macos-13 is an intel runner, macos-14 is apple silicon
12-
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14, macos-15]
12+
os: [ ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
1313
steps:
1414
- uses: actions/checkout@v4
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simple-html"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
description="Template-less HTML rendering in Python"
55
authors = [
66
{name="Keith Philpott"}

0 commit comments

Comments
 (0)