File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup python
1515 uses : actions/setup-python@v5
1616 with :
17- python-version : ' 3.11 '
17+ python-version : ' 3.14 '
1818 - name : Checkout code
1919 uses : actions/checkout@v4
2020 with :
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-python@v5
2424 with :
25- python-version : ' 3.11 '
25+ python-version : ' 3.14 '
2626 - name : run integration tests
2727 run : make integ-tests-with-docker-x86-64
2828 integ-tests-arm64 :
3333 - uses : actions/checkout@v4
3434 - uses : actions/setup-python@v5
3535 with :
36- python-version : ' 3.11 '
36+ python-version : ' 3.14 '
3737 - name : run integration tests
3838 run : make integ-tests-with-docker-arm64
3939 integ-tests-old :
4444 - uses : actions/checkout@v4
4545 - uses : actions/setup-python@v5
4646 with :
47- python-version : ' 3.11 '
47+ python-version : ' 3.14 '
4848 - name : run integration tests
4949 run : make integ-tests-with-docker-old
Original file line number Diff line number Diff line change 2222 - name : Set up python
2323 uses : actions/setup-python@v5
2424 with :
25- python-version : ' 3.11 '
25+ python-version : ' 3.14 '
2626 - name : Build
2727 run : make compile-with-docker-all
2828 - name : Run Integ Tests
You can’t perform that action at this time.
0 commit comments