Skip to content

Commit e3b7649

Browse files
committed
CI python versions
1 parent f5c48de commit e3b7649

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci_servicex.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,18 @@ jobs:
3535
platform:
3636
- linux/amd64
3737
- linux/arm64
38-
python-version: ["3.10"]
3938
app: "${{fromJson(needs.build-matrix.outputs.matrix)}}"
4039
runs-on: ubuntu-22.04
4140
steps:
4241
- name: Checkout to repository
4342
uses: actions/[email protected]
4443

45-
- name: Set up Python ${{ matrix.python-version }}
44+
- name: Set up Python versions
4645
uses: actions/[email protected]
4746
with:
48-
python-version: ${{ matrix.python-version }}
47+
python-version: |
48+
"3.14"
49+
"3.10"
4950
if: ${{ matrix.app.test_required }}
5051

5152
- name: Install poetry

0 commit comments

Comments
 (0)