Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
QwaSeeK authored and jethome-bot committed Feb 11, 2025
1 parent fe36bdc commit ab62d7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
- ".github/**"

env:
DEFAULT_PYTHON: "3.12"
DEFAULT_PYTHON: "3.13"
BUILD_NAME: supervisor
BUILD_TYPE: supervisor

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
if: needs.init.outputs.publish == 'true'
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jh-buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
- setup.py

env:
DEFAULT_PYTHON: "3.12"
DEFAULT_PYTHON: "3.13"
BUILD_NAME: supervisor
BUILD_TYPE: supervisor

Expand Down
10 changes: 5 additions & 5 deletions build-jethub.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image: ghcr.io/jethub-homeassistant/{arch}-hassio-supervisor
build_from:
aarch64: ghcr.io/jethub-homeassistant/aarch64-base-python:3.12-alpine3.20
armhf: ghcr.io/jethub-homeassistant/armhf-base-python:3.12-alpine3.20
armv7: ghcr.io/jethub-homeassistant/armv7-base-python:3.12-alpine3.20
amd64: ghcr.io/jethub-homeassistant/amd64-base-python:3.12-alpine3.20
i386: ghcr.io/jethub-homeassistant/i386-base-python:3.12-alpine3.20
aarch64: ghcr.io/jethub-homeassistant/aarch64-base-python:3.13-alpine3.20
armhf: ghcr.io/jethub-homeassistant/armhf-base-python:3.13-alpine3.20
armv7: ghcr.io/jethub-homeassistant/armv7-base-python:3.13-alpine3.20
amd64: ghcr.io/jethub-homeassistant/amd64-base-python:3.13-alpine3.20
i386: ghcr.io/jethub-homeassistant/i386-base-python:3.13-alpine3.20
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down

0 comments on commit ab62d7a

Please sign in to comment.