We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b221a1 commit a761ca4Copy full SHA for a761ca4
.github/workflows/test.yaml
@@ -22,6 +22,8 @@ jobs:
22
exclude:
23
- os: macos-latest
24
python-version: "3.8"
25
+ - os: macos-latest
26
+ python-version: "3.13"
27
runs-on: ${{matrix.os}}
28
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
29
0 commit comments