-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Python 3.11 #164
Comments
Are all of them done? |
@Kaushik-Iyer As in the issue description, we need to wait for third party libraries' python 3.11 support. |
This issue has not seen any recent activity. |
This issue has not seen any recent activity. |
tensorflow now supports 3.11, see optuna/optuna#3964 (comment) All examples blocked by tensorflow might be worth revisiting. While I haven't checked for possible errors, please let me mark this issue as contribution welcome for others to try picking it up. Please let me know if there are uncertainties. |
This issue has not seen any recent activity. |
This issue has not seen any recent activity. |
It seems Python 3.11 is now supported by |
Same as |
This issue has not seen any recent activity. |
It seems the development of |
It is possible to run |
This issue has not seen any recent activity. |
FYI: MXNet has been archived since 18 Nov. 2023, so the incompatibility with numpy will not be addressed anymore on the MXNet side. |
This issue has not seen any recent activity. |
All except MXNet have been supported, and MXNet has finished development. Therefore, Python 3.11 support is considered complete. Thank you for your contributions! |
Motivation
Sub-task of optuna/optuna#3964 for tracking this repo.
Description
Add python 3.11 to github action's version matrix. An example PR is #160.
Alternatives (optional)
Additional context (optional)
I summarise the status of targets as follows:
allennlp.yml
base.yml
: Add python 3.11 to version-matrix except for integration #160catboost.yml
chainer.yml
Add python 3.11 to a part of CI jobs #163checks.yml
: fixed python 3.8dashboard.yml
dask.yml
Add python 3.11 to a part of CI jobs #163dask_ml.yml
numba
fastai.yml
pytorch
haiku.yml
tensorflow
hiplot.yml
Add python 3.11 to a part of CI jobs #163hydra.yml
Add python 3.11 to version-matrix except for integration #160keras.yml
tensorflow
lightgbm.yml
mlflow.yml
numba
multi_objective.yml
pytorch
mxnet.yml
pytorch.yml
ray.yml
rl.yml
pytorch
samplers.yml
: Add python 3.11 to version-matrix except for integration #160skimage.yml
sklearn.yml
Add python 3.11 to a part of CI jobs #163stale.yml
fixed python 3.8tensorboard.yml
tensorflow
tensorflow.yml
tfkeras.yml
tensorflow
visualization.yml
: Add python 3.11 to version-matrix except for integration #160wandb.yml
: Add python 3.11 to a part of CI jobs #163xgboost.yml
Add python 3.11 to a part of CI jobs #163The text was updated successfully, but these errors were encountered: