We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd11910 commit 4033113Copy full SHA for 4033113
1 file changed
.github/workflows/python-ci.yml
@@ -69,6 +69,9 @@ jobs:
69
70
integration-test:
71
runs-on: ubuntu-22.04
72
+ strategy:
73
+ matrix:
74
+ python: ['3.9', '3.10', '3.11', '3.12']
75
76
steps:
77
- uses: actions/checkout@v4
0 commit comments