Skip to content

Commit

Permalink
Merge pull request #32 from tokuhirom/python-3.12
Browse files Browse the repository at this point in the history
use python 3.12
  • Loading branch information
tokuhirom authored Aug 7, 2024
2 parents ce1f1ec + 143888b commit 87dbff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
with:
command: install
args: lindera-cli --features ipadic
- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- name: Install dependencies
run: |
sudo apt-get install skkdic skkdic-extra
Expand Down

0 comments on commit 87dbff3

Please sign in to comment.