There was an error while loading. Please reload this page.
1 parent abcee73 commit ded47ccCopy full SHA for ded47cc
1 file changed
.github/workflows/python_integration_tests.yaml
@@ -73,7 +73,7 @@ jobs:
73
runs-on: ubuntu-latest
74
strategy:
75
matrix:
76
- python-version: ["3.9", "3.12"] # Oldest and newest supported Python versions.
+ python-version: ${{ fromJSON(inputs.python-versions)}}
77
max-parallel: 1 # No parallel tests to avoid overshooting limits.
78
79
steps:
0 commit comments