Skip to content

Commit f17308d

Browse files
committed
ci: Limit lowest resolution to compatible Python versions
1 parent 8487571 commit f17308d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
resolution: lowest-direct
113113
- os: windows-latest
114114
resolution: lowest-direct
115+
- python-version: "3.14"
116+
resolution: lowest-direct
117+
- python-version: "3.15"
118+
resolution: lowest-direct
115119
runs-on: ${{ matrix.os }}
116120
continue-on-error: true
117121

0 commit comments

Comments
 (0)