We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-latest
1 parent 8109e56 commit 360d1d5Copy full SHA for 360d1d5
.github/workflows/test-pr.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ${{ matrix.os }}
35
strategy:
36
matrix:
37
- os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, ubuntu-latest ]
+ os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04 ]
38
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
39
fail-fast: false
40
env:
0 commit comments