Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.12"]
env:
CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet
BLOCKS_AND_PLOTS_VERSION: 0.44.0
Expand All @@ -73,6 +73,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.12
uses: Chia-Network/actions/setup-python@main
with:
python-version: "3.12"

- uses: chia-network/actions/cache-pip@main
with:
mode: poetry
Expand Down
9 changes: 7 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.12"]
os:
- runs-on: ubuntu-latest
arch: amd64
Expand Down Expand Up @@ -92,6 +92,11 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python 3.12
uses: Chia-Network/actions/[email protected]_parametrizations_for_deb_rpm
with:
python-version: "3.12"

- name: Setup Node per .nvmrc in GUI
uses: actions/setup-node@v5
with:
Expand Down Expand Up @@ -207,7 +212,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.12"]
os:
- matrix: debian
file-type:
Expand Down
9 changes: 7 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.12"]
os:
- arch-artifact-name: intel

Expand Down Expand Up @@ -82,6 +82,11 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python 3.12
uses: Chia-Network/actions/[email protected]_parametrizations_for_deb_rpm
with:
python-version: "3.12"

- name: Setup Node per .nvmrc in GUI
uses: actions/setup-node@v5
with:
Expand Down Expand Up @@ -206,7 +211,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.12"]
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.12"]
os:
- runs-on: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
name: intel
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
fail-fast: false
matrix:
configuration:
- python-version: ["3.10"]
- python-version: ["3.12"]
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.12"]

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.12"]
os:
- matrix: windows
file-type:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
python:
- major-dot-minor: "3.10"
- major-dot-minor: "3.12"
os:
- name: Linux
emoji: 🐧
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/test-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
apt: "3.10"
install_sh: "3.10"
matrix: "3.10"
exclude_from:
limited: True
main: True
- name: "3.11"
file_name: "3.11"
action: "3.11"
Expand All @@ -87,15 +90,10 @@ jobs:
main: True
- name: "3.12"
file_name: "3.12"
# TODO: https://github.com/python/cpython/issues/128479
# return to just `3.12` after presumably 3.12.9 becomes available with the fix
action: "3.12.7"
action: "3.12"
apt: "3.12"
install_sh: "3.12"
matrix: "3.12"
exclude_from:
limited: True
main: True
exclude:
- arch:
matrix: arm
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Python environment
uses: Chia-Network/actions/setup-python@main
with:
python-version: "3.10"
python-version: "3.12"

- name: Generate matrix configuration
id: configure
Expand Down Expand Up @@ -225,11 +225,11 @@ jobs:
name: Ubuntu
runs-on: ubuntu-latest
python:
- name: "3.10"
action: "3.10"
apt: "3.10"
install_sh: "3.10"
matrix: "3.10"
- name: "3.12"
action: "3.12"
apt: "3.12"
install_sh: "3.12"
matrix: "3.12"

steps:
- uses: re-actors/alls-green@release/v1.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Intel
matrix: intel
python:
- major_dot_minor: "3.10"
- major_dot_minor: "3.12"
check:
- name: ruff
command: ruff format --check --diff .
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
matrix:
python:
- major_dot_minor: "3.10"
- major_dot_minor: "3.12"
os: [ubuntu-latest]

steps:
Expand Down
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash

set -o errexit

USAGE_TEXT="\
Expand Down
Loading