We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3661b commit 92875feCopy full SHA for 92875fe
.github/workflows/ci.yml
@@ -16,12 +16,11 @@ jobs:
16
fail-fast: false
17
matrix:
18
include:
19
- - python: "3.11"
20
- os: ubuntu-latest
21
- - python: "3.12"
22
- os: macos-latest
23
- - python: "3.13"
24
- os: windows-latest
+ - { python: "3.9", os: ubuntu-22.04 }
+ - { python: "3.10", os: windows-2022 }
+ - { python: "3.11", os: macos-latest }
+ - { python: "3.12", os: windows-latest }
+ - { python: "3.13", os: ubuntu-latest }
25
26
steps:
27
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments