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 d86b61c commit 0dd8833Copy full SHA for 0dd8833
.github/workflows/image-build.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python_versions: ["3.10", "3.11", "3.12", "3.13", "3.14"]
23
package_versions: ["21.0.1", "21.1.0", "21.2.0", "22.0.0", "23.0.0"]
24
target_base: ["full", "slim", "alpine"]
25
steps:
0 commit comments