Skip to content

Commit a4f7e2e

Browse files
committed
py 3.13 only
1 parent fc6816a commit a4f7e2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/wipac-cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ jobs:
177177
- 27017:27017
178178
steps:
179179
- uses: actions/checkout@v4
180+
- uses: actions/setup-python@v5
181+
with:
182+
python-version: ${{ matrix.py3 }}
183+
180184
- uses: docker/setup-buildx-action@v2
181185
- uses: docker/build-push-action@v3
182186
with:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[wipac:cicd_setup_builder]
2-
python_min = 3.10
2+
python_min = 3.13
33
python_max = 3.13
44
patch_without_tag = False
55
package_dirs =

0 commit comments

Comments
 (0)