Skip to content

Commit

Permalink
fix: downgrade python version for flake8
Browse files Browse the repository at this point in the history
pyproject-flake8 doesn't support python 3.12
  • Loading branch information
kitagry committed Jan 16, 2024
1 parent 1ac87d8 commit f7218dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f7218dd

Please sign in to comment.