Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Nov 25, 2024
1 parent e25ea21 commit fa2d68a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Test Python package

on:
Expand All @@ -14,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,5 +28,5 @@ jobs:
- name: Install requirements
run: poetry install --with dev --all-extras --no-root

- name: Test (python-${{ matrix.python-version }}, ${{ matrix.os }}))
- name: Test (python-${{ matrix.python-version }}, ${{ matrix.os }})
run: poetry run pytest

0 comments on commit fa2d68a

Please sign in to comment.