Update python version from 3.8 to 3.10

This commit is contained in:
keisuke-umezawa
2023-06-11 16:24:43 +09:00
parent 93f606a5db
commit fe6253f83f
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
architecture: x64
- name: Setup Optuna ${{ matrix.optuna-version }}