Skip to content

Commit

Permalink
Update python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Ward authored Mar 5, 2024
1 parent 8b000f9 commit c63110d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.10
- uses: actions/cache@v2
with:
path: venv/
Expand Down

0 comments on commit c63110d

Please sign in to comment.