We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 062f9d4 + a4bdf3b commit df8f3abCopy full SHA for df8f3ab
.github/workflows/fastai.yml
@@ -14,7 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ # TODO(c-bata): Add Python 3.9 here after fixing https://github.com/optuna/optuna-examples/issues/307
18
+ python-version: ['3.10', '3.11', '3.12']
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments