Skip to content

Commit feda198

Browse files
committed
CI: Run pre-release tests only on SPEC-0 supported Python
1 parent 08dd20d commit feda198

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
# Drop pre tests for macos-13
153153
- os: macos-13
154154
dependencies: pre
155+
# Drop pre tests for SPEC-0-unsupported Python versions
156+
- python-version: '3.8'
157+
dependencies: pre
158+
- python-version: '3.9'
159+
dependencies: pre
155160

156161
env:
157162
DEPENDS: ${{ matrix.dependencies }}

0 commit comments

Comments
 (0)