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 fc6816a commit a4f7e2eCopy full SHA for a4f7e2e
.github/workflows/wipac-cicd.yml
@@ -177,6 +177,10 @@ jobs:
177
- 27017:27017
178
steps:
179
- uses: actions/checkout@v4
180
+ - uses: actions/setup-python@v5
181
+ with:
182
+ python-version: ${{ matrix.py3 }}
183
+
184
- uses: docker/setup-buildx-action@v2
185
- uses: docker/build-push-action@v3
186
with:
setup.cfg
@@ -1,5 +1,5 @@
1
[wipac:cicd_setup_builder]
2
-python_min = 3.10
+python_min = 3.13
3
python_max = 3.13
4
patch_without_tag = False
5
package_dirs =
0 commit comments