We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fa61a commit 911f96fCopy full SHA for 911f96f
1 file changed
.cirrus.yml
@@ -194,10 +194,14 @@ analysis_linux_task:
194
qa_task:
195
alias: qa
196
matrix:
197
- - name: "Test Python 3.9"
+ - name: "Test Python 3.9.18"
198
eks_container:
199
docker_arguments:
200
PYTHON_VERSION: 3.9.18
201
+ - name: "Test Python 3.9.6"
202
+ eks_container:
203
+ docker_arguments:
204
+ PYTHON_VERSION: 3.9.6
205
- name: "Test Python 3.10"
206
207
0 commit comments