Skip to content

Commit

Permalink
update to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
theevocater committed Jun 18, 2024
1 parent b477985 commit 9457c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: "Set up Python 3.10"
- name: "Set up Python 3.12"
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: build
run: |
python3 daily.photo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Set up Python 3.10"
- name: "Set up Python 3.12"
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- uses: pre-commit/[email protected]

0 comments on commit 9457c2f

Please sign in to comment.