Skip to content

Commit

Permalink
workflows: format & lint with fewer python versions
Browse files Browse the repository at this point in the history
- format: minimum & prerelease version
- lint: minimum & latest version
  • Loading branch information
suvayu committed Jul 10, 2024
1 parent ff44c5a commit 72fb1cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
format:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.13"]
# test with minimum & prerelease

runs-on: ubuntu-latest
steps:
Expand All @@ -40,7 +41,7 @@ jobs:
lint:
strategy:
matrix:
python-version: ["py310", "py311", "py312"]
python-version: ["py310", "py312"]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 72fb1cc

Please sign in to comment.