Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
- removed 3.9
- added 3.12
  • Loading branch information
alexlib authored Aug 16, 2024
1 parent 9d3f577 commit 3dc6049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11","3.12"]
poetry-version: [1.5.0]

steps:
Expand All @@ -24,4 +24,4 @@ jobs:
- name: Install the project dependencies
run: poetry install
- name: Run the automated tests (for example)
run: poetry run pytest openpiv -v
run: poetry run pytest openpiv -v

0 comments on commit 3dc6049

Please sign in to comment.