Skip to content

Commit a68abde

Browse files
chore: Update python Docker tag to v3.11
1 parent a5a844b commit a68abde

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
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
github-pages:
1313
runs-on: ubuntu-latest
14-
container: python:3.8
14+
container: python:3.11
1515
steps:
1616
- uses: actions/checkout@v3
1717
- 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)