We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270b841 commit 926037cCopy full SHA for 926037c
.github/workflows/ci_test-vector-handler.yaml
@@ -36,6 +36,8 @@ 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
43
with:
.github/workflows/ci_tests.yaml
@@ -49,6 +49,11 @@ jobs:
49
50
51
52
53
+ python:
54
+ - 3.8
55
+ - 3.9
56
+ - "3.10"
57
58
- uses: actions/checkout@v4
59
- uses: actions/setup-python@v4
0 commit comments