Skip to content

Commit bf4f7a7

Browse files
committed
Newer python on CI?
1 parent c009562 commit bf4f7a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-python@v2
3030
with:
31-
python-version: 3.7
31+
python-version: 3.10
3232
- run: pip install tox==3.24.4
3333
- run: tox -e ${{ matrix.toxenv }}
3434
k8s_itests:
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-python@v2
4141
with:
42-
python-version: 3.7
42+
python-version: 3.10
4343
- run: python -m pip install --upgrade pip virtualenv
4444
- run: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
4545
- run: python -m pip install --upgrade pip
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
- uses: actions/setup-python@v2
5656
with:
57-
python-version: 3.7
57+
python-version: 3.10
5858
- run: sudo apt-get update
5959
- run: sudo apt-get install -yq devscripts
6060
- run: make itest_${{ matrix.dist }}

0 commit comments

Comments
 (0)