We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8ecd9 commit 0aacf84Copy full SHA for 0aacf84
.github/workflows/ci_test-vector-handler.yaml
@@ -36,6 +36,7 @@ jobs:
36
architecture: x86
37
- os: macos-latest
38
39
+ - os: macos-latest
40
python: 3.8
41
steps:
42
- uses: aws-actions/configure-aws-credentials@v4
.github/workflows/ci_tests.yaml
@@ -49,10 +49,13 @@ jobs:
49
50
51
52
- python:
53
- - 3.8
54
- - 3.9
55
- - "3.10"
+ # Skip older Python versions on macOS
+ python: 3.8
56
+ python: 3.9
57
58
+ python: "3.10"
59
60
- uses: actions/checkout@v4
61
- uses: actions/setup-python@v4
0 commit comments