dask-image icon indicating copy to clipboard operation
dask-image copied to clipboard

Bump GPU CI highest python version to 3.12

Open GenevieveBuckley opened this issue 1 year ago • 1 comments

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)

GenevieveBuckley avatar May 15 '24 06:05 GenevieveBuckley

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 🙂

jakirkham avatar May 15 '24 06:05 jakirkham

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.

m-albert avatar Apr 15 '25 09:04 m-albert