We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935bcaf commit 40f6e6eCopy full SHA for 40f6e6e
.github/workflows/test_s3_remote_reductionist.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: "ubuntu-latest"
23
strategy:
24
matrix:
25
- python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
26
fail-fast: false
27
name: Linux Python ${{ matrix.python-version }}
28
steps:
0 commit comments