Skip to content

Commit

Permalink
don't test 3.9 due to glob(root_dir=...) unsupported, instead test on…
Browse files Browse the repository at this point in the history
… Python 3.12 and remove max-parallel: 1
  • Loading branch information
janosh committed Mar 9, 2024
1 parent 812ef3b commit cd91a3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ on:
jobs:
build:
strategy:
max-parallel: 1
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
python-version: ["3.9", "3.11"]
python-version: ["3.10", "3.12"]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit cd91a3f

Please # to comment.