rapidsai / cugraph-gnn

Apache License 2.0
9 stars 15 forks source link

upgrade target Python version for black to 3.10 #34

Closed jameslamb closed 3 months ago

jameslamb commented 3 months ago

Contributes to https://github.com/rapidsai/build-planning/issues/88.

Fixes one Python 3.9 to 3.10 upgrade that was missed in #32.

jameslamb commented 3 months ago

Let's raise an issue on benchmarks & notebooks needing similar changes

Do you see any specific examples in this repo that need that?

I only see CHANGELOG entries (which should not be changed):

git grep -E '3\.8|3\.9|py38|py39'

I did open https://github.com/rapidsai/cugraph/issues/4640 over in cugraph for some examples there that could be updated.