@@ -236,7 +236,7 @@ jobs:
236236 strategy :
237237 fail-fast : false
238238 matrix :
239- # This uses old arcticdb versions which won't work on python < 3.12
239+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
240240 python3 : ${{fromJson(inputs.run_full_matrix_of_persistent_tests && '[8, 9, 10, 11]' || '[11]')}}
241241 arcticdb_version : ["oldest", "latest"]
242242 include :
@@ -262,7 +262,7 @@ jobs:
262262 strategy :
263263 fail-fast : false
264264 matrix :
265- # This uses old arcticdb versions which won't work on python < 3.12
265+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
266266 python3 : ${{fromJson(inputs.run_full_matrix_of_persistent_tests && '[8, 9, 10, 11]' || '[11]')}}
267267 arcticdb_version : ["oldest", "latest"]
268268 include :
@@ -396,7 +396,7 @@ jobs:
396396 strategy :
397397 fail-fast : false
398398 matrix :
399- # This uses old arcticdb versions which won't work on python < 3.12
399+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
400400 python3 : ${{ fromJson(inputs.run_full_matrix_of_persistent_tests && '[8, 9, 10, 11]' || '[11]') }}
401401 arcticdb_version : ["oldest", "latest"]
402402 include :
@@ -421,7 +421,7 @@ jobs:
421421 strategy :
422422 fail-fast : false
423423 matrix :
424- # This uses old arcticdb versions which won't work on python < 3.12
424+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
425425 python3 : ${{ fromJson(inputs.run_full_matrix_of_persistent_tests && '[8, 9, 10, 11]' || '[11]') }}
426426 arcticdb_version : ["oldest", "latest"]
427427 include :
0 commit comments