|
8 | 8 | types: [opened, reopened, synchronize] |
9 | 9 |
|
10 | 10 | env: |
11 | | - UV_VERSION: 0.6.17 |
| 11 | + UV_VERSION: 0.9.14 |
12 | 12 | DEFAULT_PYTHON_VERSION: '3.13' |
13 | 13 |
|
14 | 14 | concurrency: |
@@ -71,18 +71,22 @@ jobs: |
71 | 71 | fail-fast: false |
72 | 72 | matrix: |
73 | 73 | include: |
| 74 | + - {python: '3.14', os: ubuntu-latest, session: tests} |
74 | 75 | - {python: '3.13', os: ubuntu-latest, session: tests} |
75 | 76 | - {python: '3.12', os: ubuntu-latest, session: tests} |
76 | 77 | - {python: '3.11', os: ubuntu-latest, session: tests} |
| 78 | + - {python: '3.14', os: windows-latest, session: tests} |
77 | 79 | - {python: '3.13', os: windows-latest, session: tests} |
78 | 80 | - {python: '3.12', os: windows-latest, session: tests} |
79 | 81 | - {python: '3.11', os: windows-latest, session: tests} |
| 82 | + - {python: '3.14', os: macos-latest, session: tests} |
80 | 83 | - {python: '3.13', os: macos-latest, session: tests} |
81 | 84 | - {python: '3.12', os: macos-latest, session: tests} |
82 | 85 | - {python: '3.11', os: macos-latest, session: tests} |
83 | | - - {python: '3.13', os: macos-13, session: tests} |
84 | | - - {python: '3.12', os: macos-13, session: tests} |
85 | | - - {python: '3.11', os: macos-13, session: tests} |
| 86 | + - {python: '3.14', os: macos-15-intel, session: tests} |
| 87 | + - {python: '3.13', os: macos-15-intel, session: tests} |
| 88 | + - {python: '3.12', os: macos-15-intel, session: tests} |
| 89 | + - {python: '3.11', os: macos-15-intel, session: tests} |
86 | 90 | - {python: '3.13', os: ubuntu-latest, session: tests-extended} |
87 | 91 |
|
88 | 92 | steps: |
@@ -115,8 +119,7 @@ jobs: |
115 | 119 | - name: Upload coverage data |
116 | 120 | uses: actions/upload-artifact@v4 |
117 | 121 | with: |
118 | | - name: coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python |
119 | | - }} |
| 122 | + name: coverage-data-${{ matrix.session }}-${{ matrix.os }}-${{ matrix.python}} |
120 | 123 | include-hidden-files: true |
121 | 124 | path: .coverage.* |
122 | 125 |
|
|
0 commit comments