We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0568a7c commit 37042cdCopy full SHA for 37042cd
.github/workflows/test.yaml
@@ -86,7 +86,7 @@ jobs:
86
fail-fast: true
87
matrix:
88
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, windows-2025]
89
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.13"]
90
91
name: Unit on ${{ matrix.os }} with Python ${{ matrix.python-version }}
92
@@ -142,7 +142,7 @@ jobs:
142
143
144
os: [ubuntu-24.04, windows-2025]
145
146
147
name: E2E on ${{ matrix.os }} with Python ${{ matrix.python-version }}
148
0 commit comments