Skip to content

Commit

Permalink
py 3.13 only
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 29, 2025
1 parent fc6816a commit a4f7e2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ jobs:
- 27017:27017
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py3 }}

- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wipac:cicd_setup_builder]
python_min = 3.10
python_min = 3.13
python_max = 3.13
patch_without_tag = False
package_dirs =
Expand Down

0 comments on commit a4f7e2e

Please sign in to comment.