Skip to content

Commit 8cb59eb

Browse files
authored
try macos/windows CI (#12)
1 parent 96bf032 commit 8cb59eb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
unit-tests:
12+
tests:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
fail-fast: false
@@ -22,6 +22,23 @@ jobs:
2222
- python-version: '3.7'
2323
os: ubuntu-20.04 # oldest version on github actions
2424
EXTRA: true
25+
- python-version: '3.11'
26+
os: macos-latest
27+
EXTRA: true
28+
- python-version: '3.13'
29+
os: macos-latest
30+
EXTRA: true
31+
#- python-version: '3.7'
32+
# os: windows-latest
33+
# EXTRA: true
34+
# env:
35+
# this doesn't actually work
36+
# PYTHONIOENCODING: "utf8"
37+
#- python-version: '3.13'
38+
# os: windows-latest
39+
# EXTRA: true
40+
# env:
41+
# PYTHONIOENCODING: "utf8"
2542

2643
steps:
2744
- name: checkout

0 commit comments

Comments
 (0)