We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f577 commit 3dc6049Copy full SHA for 3dc6049
1 file changed
.github/workflows/testing.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- python-version: ["3.9", "3.10", "3.11"]
+ python-version: ["3.10", "3.11","3.12"]
12
poetry-version: [1.5.0]
13
14
steps:
@@ -24,4 +24,4 @@ jobs:
24
- name: Install the project dependencies
25
run: poetry install
26
- name: Run the automated tests (for example)
27
- run: poetry run pytest openpiv -v
+ run: poetry run pytest openpiv -v
0 commit comments