Skip to content

Commit

Permalink
remove 3.9 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Nov 11, 2024
1 parent 13ec4d3 commit 9faa8a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: poetry run pfb --help

- name: Run tests
run: poetry rin pytest -v tests/
run: poetry run pytest -v tests/

deploy:
needs: [test]
Expand Down

0 comments on commit 9faa8a6

Please sign in to comment.