Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlMilktea committed Oct 12, 2024
1 parent c3d5ee2 commit dc35bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ concurrency:
cancel-in-progress: true

jobs:
pytest:
test:
strategy:
fail-fast: false

matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

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

Expand All @@ -32,7 +32,7 @@ jobs:

- run: |
pip install pip -U
pip install -e .[dev]
pip install nox
- run: |
pytest
nox

0 comments on commit dc35bab

Please sign in to comment.