Skip to content

Commit a4bdf3b

Browse files
committed
Temporarily disable Python 3.9 for fastai example
1 parent 2fea3d4 commit a4bdf3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fastai.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
# 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']
1819

1920
steps:
2021
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)