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 10d8154 commit aea0007Copy full SHA for aea0007
1 file changed
.github/workflows/cross-version-verify.yaml
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
fail-fast: false # Don't cancel other jobs if one fails
60
matrix:
61
- version: [3.5.6, 3.6.6, 4.0.0, 4.1.0]
+ version: [3.5.6, 3.6.6, 4.0.0, 4.1.0, 4.2.0]
62
steps:
63
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
64
with:
0 commit comments