Skip to content

Commit 23f3da6

Browse files
committed
Use Python 3.11.11 in CI
1 parent 7bb0d9d commit 23f3da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: [ self-hosted, Linux ]
7676
if: ${{ contains( github.event.pull_request.labels.*.name, 'safe-to-test') }}
7777
container:
78-
image: python:3.9.18
78+
image: python:3.11.11
7979

8080
steps:
8181
- name: Dump github context

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
name: Lint & test Python code
6161
runs-on: [ self-hosted, Linux ]
6262
container:
63-
image: python:3.9.18
63+
image: python:3.11.11
6464

6565
env:
6666
V3IO_API: ${{ secrets.V3IO_API }}

0 commit comments

Comments
 (0)