Skip to content

Commit 25f3760

Browse files
committed
add osx and windows testing
1 parent 536f14e commit 25f3760

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest]
2525
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
26+
include:
27+
- os: osx-latest
28+
python-version: "3.14"
29+
- os: windows-latest
30+
python-version: "3.14"
2631

2732
steps:
2833
- name: Checkout

0 commit comments

Comments
 (0)