We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32172fb commit 32d49b3Copy full SHA for 32d49b3
.github/workflows/ci.yml
@@ -23,7 +23,9 @@ jobs:
23
- "3.13"
24
variant:
25
- bookworm
26
- - slim
+ - bookworm-slim
27
+ - trixie
28
+ - trixie-slim
29
steps:
30
- uses: actions/checkout@v5.0.0
31
- uses: docker/login-action@v3.5.0
.github/workflows/release.yml
@@ -21,11 +21,13 @@ jobs:
21
22
include:
- python: "3.13"
is_default_python: true
- - variant: bookworm
+ - variant: trixie
is_default_variant: true
32
33
- uses: actions/checkout@v4.1.4
0 commit comments