optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Add python 3.11 to ray's version matrix #174

Closed nzw0301 closed 1 year ago

nzw0301 commented 1 year ago

Motivation

Resolve a sub-task of https://github.com/optuna/optuna-examples/issues/164.

Description of the changes

As is the PR title.

toshihikoyanase commented 1 year ago

Thank you for your PR. The CI passed, but the pypi of ray does not list Python 3.11. Do you check the example on Python 3.11?

image

nzw0301 commented 1 year ago

No, I didn't check it. In fact, the latest stable ray supports Python 3.11 experimentally, so I'm not sure the example works without any errors...

nzw0301 commented 1 year ago

I might take time to prepare for creating a python 3.11 environment for the local test, but I'll take a look at it.

nzw0301 commented 1 year ago

Unfortunately, ray doesn't support macOS with python 3.11 yet, so I cannot test the example soon...

Ref: https://docs.ray.io/en/latest/ray-overview/installation.html

toshihikoyanase commented 1 year ago

Thank you for your confirmation. I'll try it on WSL2.

github-actions[bot] commented 1 year ago

This pull request has not seen any recent activity.

toshihikoyanase commented 1 year ago

Sorry for the delayed response. Let me check this PR today.