Skip to content

Commit

Permalink
misc: Add Python v3.12-dev to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 24, 2023
1 parent 445c28f commit 52495cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="PLC1901,S101,UP031" --target-version=py37 .
- run: ruff --format=github --select="ASYNC,E,F,PLC,PLE,UP,W,YTT"
--ignore="PLC1901,S101,UP031" --target-version=py38 .
Tests:
strategy:
fail-fast: false
max-parallel: 15
matrix:
node: [16.x, 18.x, 20.x]
python: ["3.8", "3.11"]
python: ["3.8", "3.11", "3.12-dev"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 52495cf

Please sign in to comment.