Skip to content

Commit 3dc6049

Browse files
authored
Update testing.yml
- removed 3.9 - added 3.12
1 parent 9d3f577 commit 3dc6049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.9", "3.10", "3.11"]
11+
python-version: ["3.10", "3.11","3.12"]
1212
poetry-version: [1.5.0]
1313

1414
steps:
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install the project dependencies
2525
run: poetry install
2626
- name: Run the automated tests (for example)
27-
run: poetry run pytest openpiv -v
27+
run: poetry run pytest openpiv -v

0 commit comments

Comments
 (0)