|
10 | 10 | runs-on: ${{ matrix.os }} |
11 | 11 | strategy: |
12 | 12 | matrix: |
13 | | - os: [windows-latest, ubuntu-latest] |
| 13 | + os: [windows-latest, ubuntu-latest, macos-latest] |
14 | 14 | python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.13t, pypy3.10, pypy3.11] |
15 | 15 | steps: |
16 | 16 | - name: Check out repo |
|
44 | 44 | runs-on: ${{ matrix.os }} |
45 | 45 | strategy: |
46 | 46 | matrix: |
47 | | - os: [windows-latest, ubuntu-latest] |
| 47 | + os: [windows-latest, ubuntu-latest, macos-latest] |
48 | 48 | python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
49 | 49 | steps: |
50 | 50 | - name: Check out repo |
|
71 | 71 | needs: test_setup_poetry |
72 | 72 | strategy: |
73 | 73 | matrix: |
74 | | - os: [windows-latest, ubuntu-latest] |
| 74 | + os: [windows-latest, ubuntu-latest, macos-latest] |
75 | 75 | python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
76 | 76 | steps: |
77 | 77 | - name: Check out repo |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | needs: test_setup_poetry |
104 | 104 | strategy: |
105 | 105 | matrix: |
106 | | - os: [windows-latest, ubuntu-latest] |
| 106 | + os: [windows-latest, ubuntu-latest, macos-latest] |
107 | 107 | python-version: [3.9, '3.10', 3.11, 3.12, 3.13, pypy3.10, pypy3.11] |
108 | 108 | steps: |
109 | 109 | - name: Check out repo |
|
0 commit comments