Skip to content

Commit

Permalink
Use 3.11 for installer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Jan 6, 2025
1 parent 2b1aef8 commit 0c209e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os:
- runs-on: ubuntu-latest
arch: amd64
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.11"]
os:
- matrix: debian
file-type:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-installer-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os:
- arch-artifact-name: intel

Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.11"]
os:
- matrix: redhat
file-type:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
os:
- runs-on: macos-13
name: intel
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.11"]
os:
- matrix: macos
file-type:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]

env:
CHIA_INSTALLER_VERSION: ${{ needs.version.outputs.chia-installer-version }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.11"]
os:
- matrix: windows
file-type:
Expand Down

0 comments on commit 0c209e0

Please sign in to comment.