@@ -145,7 +145,7 @@ jobs:
145145 strategy :
146146 fail-fast : false
147147 matrix :
148- # This uses old arcticdb versions which won't work on python < 3.12
148+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
149149 python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[8, 9, 10, 11]')}}
150150 arcticdb_version : ["oldest", "latest"]
151151 include :
@@ -169,7 +169,7 @@ jobs:
169169 strategy :
170170 fail-fast : false
171171 matrix :
172- # This uses old arcticdb versions which won't work on python < 3.12
172+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
173173 python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[8, 9, 10, 11]')}}
174174 arcticdb_version : ["oldest", "latest"]
175175 include :
@@ -279,7 +279,7 @@ jobs:
279279 strategy :
280280 fail-fast : false
281281 matrix :
282- # This uses old arcticdb versions which won't work on python < 3.12
282+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
283283 python3 : ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[8, 9, 10, 11]')}}
284284 arcticdb_version : ["oldest", "latest"]
285285 include :
@@ -302,7 +302,7 @@ jobs:
302302 strategy :
303303 fail-fast : false
304304 matrix :
305- # This uses old arcticdb versions which won't work on python < 3.12
305+ # This uses old arcticdb versions which won't work on python >= 3.12. So we test up to 3.11.
306306 python3 : ${{fromJson(vars.WINDOWS_PYTHON_VERSIONS || '[8, 9, 10, 11]')}}
307307 arcticdb_version : ["oldest", "latest"]
308308 include :
0 commit comments