We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267c995 commit bf3ab9fCopy full SHA for bf3ab9f
.github/workflows/image-build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python_versions: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18
package_versions: ["5.3.1", "5.3.4", "5.3.5", "5.3.6", "5.4.0"]
19
target_base: ["full", "slim", "alpine"]
20
steps:
0 commit comments