We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17ca64 commit 963418eCopy full SHA for 963418e
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Determine matrix
13
id: generate_matrix
14
- uses: coactions/dynamic-matrix@v1
+ uses: coactions/dynamic-matrix@v2
15
with:
16
min_python: "3.12"
17
max_python: "3.12"
.github/workflows/tox.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
min_python: ${{ inputs.min_python }}
49
max_python: ${{ inputs.max_python }}
0 commit comments