optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
692 stars 178 forks source link

Test ray example with python 3.12 #284

Closed nzw0301 closed 1 month ago

nzw0301 commented 1 month ago

Motivation

Partially address https://github.com/optuna/optuna-examples/issues/230 for ray example thanks to recent python 3.12 supported ray release https://pypi.org/project/ray/#files.

Description of the changes

Add python 3.12 to github workflow of ray example.