Merge pull request #107 from nyanp/feature/update-python-310

Add python 3.9, 3.10 and 3.11
pull/108/head
nyanp 2023-07-12 22:29:11 +09:00 committed by GitHub
commit 4d592d1e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1

View File

@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.8]
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v1

View File

@ -3,6 +3,6 @@ mlflow
catboost
lightgbm
xgboost
mecab-python3==0.996.6rc2
mecab-python3>=1.0.0
flake8
pytest