Skip to content

Commit

Permalink
update github workflow to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pualien committed Jan 14, 2025
1 parent b569ce2 commit 6cc7881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.12
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.12
- name: Install pep517
run: >-
python -m
Expand Down

0 comments on commit 6cc7881

Please sign in to comment.