Closed not522 closed 1 year ago
@c-bata Could you review this PR?
:exclamation: No coverage uploaded for pull request base (
main@af6f98c
). Click here to learn what that means. The diff coverage isn/a
.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
@@ Coverage Diff @@
## main #35 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 9
Lines ? 39
Branches ? 0
======================================
Hits ? 0
Misses ? 39
Partials ? 0
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Motivation
The release of tensorboardX v2.6.2 breaks catalyst's CI on Python 3.7. (https://github.com/optuna/optuna-integration/actions/runs/5708836457) Python 3.7 support for integration module has been dropped. This PR reflects it to the CI on this repository.
ref: https://github.com/optuna/optuna/issues/4586, https://github.com/optuna/optuna/pull/4784
Description of the changes
Remove Python 3.7 from Tests CI.