dask-image
dask-image copied to clipboard
Bump GPU CI highest python version to 3.12
Now that we have support for python 3.12 https://github.com/dask/dask-image/pull/370, it's a good idea to bump the highest GPU CI job to also use python 3.12 (don't want to let it get too far out of date)
Thanks Genevieve! 🙏
Agree this is a good idea
We may need a change in the CI images. Asked about that in issue: https://github.com/rapidsai/dask-build-environment/issues/93
Also thank you for all of your hard work getting CI into good shape here 🙂
The GPU CI has been deprecated, see https://github.com/dask/dask-image/issues/400. Tests marked with GPU are now run via https://github.com/rapidsai/dask-upstream-testing.
As far as I can tell, tests are actually run using python 3.12 (as intended by this PR): https://github.com/rapidsai/dask-upstream-testing/blob/479a9bf39e65a113e59bb6be7dca3a1dc9f20ae9/scripts/run.sh#L12
Closing this for now.