Skip to content

Commit 148a296

Browse files
chore: Update python Docker tag to v3.11
1 parent 59777f2 commit 148a296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/publish.yaml

+1-1
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.

Diff for: .github/workflows/test.yaml

+1-1
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)