Skip to content

Commit

Permalink
Update GitHub Actions workflows to use Python 3.13 for linting and te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
TylerFlar committed Jan 24, 2025
1 parent 1ae1125 commit bd652e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.13'

- name: Cache dependencies
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.13'

- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit bd652e6

Please sign in to comment.