Skip to content

Commit 0208a6d

Browse files
committed
added support for cmd specific env vars and auth
1 parent 0f8ff50 commit 0208a6d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
python-version:
1616
# - "3.7"
1717
# - "3.8"
18-
- "3.9"
19-
- "3.10"
20-
- "3.11"
21-
- "3.12"
22-
# - "3.13"
18+
# - "3.9"
19+
# - "3.10"
20+
# - "3.11"
21+
# - "3.12"
22+
- "3.13"
2323
# - "3.14"
24-
exclude:
25-
- os: macos-latest
26-
python-version: "3.7"
24+
# exclude:
25+
# - os: macos-latest
26+
# python-version: "3.7"
2727
runs-on: ${{matrix.os}}
2828
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2929

0 commit comments

Comments
 (0)