Skip to content

Commit

Permalink
Fix python version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawson R committed Sep 12, 2024
1 parent 9df5410 commit 811e536
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
python-version:
- "3.13.0-rc.2"
- "3.12.6"
- "3.11.10"
- "3.10.15"

steps:
- name: Checkout code
Expand Down

0 comments on commit 811e536

Please sign in to comment.