Skip to content

Commit

Permalink
fix: 🐛 Update required python version in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Oct 9, 2024
1 parent 95d2b16 commit 1731af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: Install rye
uses: eifinger/setup-rye@v4
id: setup-rye
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: "./src"
python-version: "3.11"
python-version: "3.12"

0 comments on commit 1731af3

Please sign in to comment.