Skip to content

Commit

Permalink
ci: use python 3.10
Browse files Browse the repository at this point in the history
Python 3.7 will still be supported though.
  • Loading branch information
eunwoo1104 committed Dec 20, 2023
1 parent f310046 commit 69c941d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Python 3.7
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'

- name: Install Requirements
run: pip install -r requirements.txt -r requirements-dev.txt
Expand Down

0 comments on commit 69c941d

Please sign in to comment.