Skip to content

Commit 911f96f

Browse files
committed
add Python 3.9.6 to its
1 parent b3fa61a commit 911f96f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.cirrus.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,14 @@ analysis_linux_task:
194194
qa_task:
195195
alias: qa
196196
matrix:
197-
- name: "Test Python 3.9"
197+
- name: "Test Python 3.9.18"
198198
eks_container:
199199
docker_arguments:
200200
PYTHON_VERSION: 3.9.18
201+
- name: "Test Python 3.9.6"
202+
eks_container:
203+
docker_arguments:
204+
PYTHON_VERSION: 3.9.6
201205
- name: "Test Python 3.10"
202206
eks_container:
203207
docker_arguments:

0 commit comments

Comments
 (0)