Skip to content

Commit de050b7

Browse files
chore: Update python Docker tag to v3.11
1 parent aa26319 commit de050b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
github-pages:
99
runs-on: ubuntu-latest
10-
container: python:3.8
10+
container: python:3.11
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install system dependencies.

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
container: python:3.8
10+
container: python:3.11
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Install the site-generator

0 commit comments

Comments
 (0)