Skip to content

Commit

Permalink
fix 3.13 specifier in lint matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 25, 2024
1 parent 3adae20 commit 3a70a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# run static analysis on bleeding and trailing edges
python-version: [ '3.9', '3.12', '3.13rc1' ]
python-version: [ '3.9', '3.12', '3.13.0-rc.1' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3a70a4a

Please sign in to comment.