Skip to content

Commit 9d4cd0d

Browse files
chore: Update python Docker tag to v3.11
1 parent 0c4c27e commit 9d4cd0d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
inspect:
88
runs-on: ubuntu-latest
9-
container: python:3.10
9+
container: python:3.11
1010
steps:
1111
- uses: actions/checkout@v3
1212
with:
@@ -37,7 +37,7 @@ jobs:
3737
prerelease: false
3838
pypi_release:
3939
runs-on: ubuntu-latest
40-
container: python:3.10
40+
container: python:3.11
4141
needs:
4242
- inspect
4343
- github_release

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
tests:
88
runs-on: ubuntu-latest
9-
container: python:3.10
9+
container: python:3.11
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Install package.
@@ -17,7 +17,7 @@ jobs:
1717
run: pytest
1818
build:
1919
runs-on: ubuntu-latest
20-
container: python:3.10
20+
container: python:3.11
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Install package.
@@ -26,7 +26,7 @@ jobs:
2626
run: aip-site-gen tests/test_data/ /out/
2727
lint:
2828
runs-on: ubuntu-latest
29-
container: python:3.10
29+
container: python:3.11
3030
steps:
3131
- uses: actions/checkout@v3
3232
- name: Install the linter (flake8).
@@ -35,7 +35,7 @@ jobs:
3535
run: flake8 aip_site/ tests/
3636
mypy:
3737
runs-on: ubuntu-latest
38-
container: python:3.10
38+
container: python:3.11
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Install package.

0 commit comments

Comments
 (0)