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 0f8ff50 commit 0208a6dCopy full SHA for 0208a6d
.github/workflows/test.yaml
@@ -15,15 +15,15 @@ jobs:
15
python-version:
16
# - "3.7"
17
# - "3.8"
18
- - "3.9"
19
- - "3.10"
20
- - "3.11"
21
- - "3.12"
22
- # - "3.13"
+ # - "3.9"
+ # - "3.10"
+ # - "3.11"
+ # - "3.12"
+ - "3.13"
23
# - "3.14"
24
- exclude:
25
- - os: macos-latest
26
- python-version: "3.7"
+ # exclude:
+ # - os: macos-latest
+ # python-version: "3.7"
27
runs-on: ${{matrix.os}}
28
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
29
0 commit comments