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.
1 parent 7b822ec commit ae2422cCopy full SHA for ae2422c
.github/workflows/test.yml
@@ -32,17 +32,17 @@ jobs:
32
python-version: ["3.14"]
33
include:
34
- os: windows-latest
35
- python-version: "3.8"
+ python-version: "3.8"
36
- os: macos-latest
37
- python-version: "3.9"
+ python-version: "3.9"
38
- os: ubuntu-latest
39
- python-version: "3.10"
+ python-version: "3.10"
40
41
- python-version: "3.11"
+ python-version: "3.11"
42
43
- python-version: "3.12"
+ python-version: "3.12"
44
45
- python-version: "3.13"
+ python-version: "3.13"
46
fail-fast: false
47
runs-on: ${{ matrix.os }}
48
steps:
0 commit comments