We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e912894 commit 6eb4613Copy full SHA for 6eb4613
1 file changed
.github/workflows/tests.yml
@@ -14,8 +14,15 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ubuntu-latest, macos-latest, windows-latest]
18
- python-version: ["3.11", "3.12", "3.13"]
+ include:
+ - os: ubuntu-latest
19
+ python-version: "3.11"
20
21
+ python-version: "3.12"
22
23
+ python-version: "3.13"
24
+ - os: macos-latest
25
26
27
steps:
28
- name: Checkout code
0 commit comments