We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a761759 commit 30f4d89Copy full SHA for 30f4d89
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Test
6
runs-on: ubuntu-latest
7
container:
8
- image: python:${{ matrix.python-version }}-slim
+ image: python:${{ matrix.python-version }}-bookworm
9
strategy:
10
matrix:
11
python-version: ["3.10", "3.11", "3.12", "3.13"]
@@ -44,7 +44,7 @@ jobs:
44
if: startsWith(github.ref, 'refs/tags/')
45
46
47
- image: python:3.10-slim
+ image: python:3.10-bookworm
48
steps:
49
- name: Checkout code
50
uses: actions/checkout@v4
0 commit comments