From 68a20ccf476ca686943d7b770926dbed512643fd Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sun, 13 Jul 2025 23:30:28 -0700 Subject: [PATCH] Bump python versions --- .github/workflows/build-cross-action.yml | 18 ++++++------ .github/workflows/build-native-action.yml | 24 +++++++-------- .github/workflows/deploy-build-action.yml | 36 +++++++++++------------ .github/workflows/github-release.yml | 36 +++++++++++------------ .github/workflows/test-fips-action.yml | 6 ++-- 5 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/build-cross-action.yml b/.github/workflows/build-cross-action.yml index 34ebf235..d718ec52 100644 --- a/.github/workflows/build-cross-action.yml +++ b/.github/workflows/build-cross-action.yml @@ -19,9 +19,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 host: - x86_64 @@ -115,9 +115,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - x86_64 @@ -171,9 +171,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - amd64 diff --git a/.github/workflows/build-native-action.yml b/.github/workflows/build-native-action.yml index 9966d7d8..5fb2c6dc 100644 --- a/.github/workflows/build-native-action.yml +++ b/.github/workflows/build-native-action.yml @@ -16,9 +16,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 host: - x86_64 @@ -91,9 +91,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - x86_64 @@ -149,9 +149,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - arm64 @@ -206,9 +206,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - amd64 diff --git a/.github/workflows/deploy-build-action.yml b/.github/workflows/deploy-build-action.yml index 60af8d74..aa920705 100644 --- a/.github/workflows/deploy-build-action.yml +++ b/.github/workflows/deploy-build-action.yml @@ -22,75 +22,75 @@ jobs: include: - platform: linux-gnu arch: x86_64 - python: 3.10.17 + python: 3.10.18 - platform: linux-gnu arch: x86_64 - python: 3.11.11 + python: 3.11.13 - platform: linux-gnu arch: x86_64 - python: 3.12.9 + python: 3.12.11 - platform: linux-gnu arch: x86_64 python: 3.13.5 - platform: linux-gnu arch: aarch64 - python: 3.10.17 + python: 3.10.18 - platform: linux-gnu arch: aarch64 - python: 3.11.11 + python: 3.11.13 - platform: linux-gnu arch: aarch64 - python: 3.12.9 + python: 3.12.11 - platform: linux-gnu arch: aarch64 python: 3.13.5 - platform: win arch: x86 - python: 3.10.17 + python: 3.10.18 - platform: win arch: x86 - python: 3.11.11 + python: 3.11.13 - platform: win arch: x86 - python: 3.12.9 + python: 3.12.11 - platform: win arch: x86 python: 3.13.5 - platform: win arch: amd64 - python: 3.10.17 + python: 3.10.18 - platform: win arch: amd64 - python: 3.11.11 + python: 3.11.13 - platform: win arch: amd64 - python: 3.12.9 + python: 3.12.11 - platform: win arch: amd64 python: 3.13.5 - platform: macos arch: x86_64 - python: 3.10.17 + python: 3.10.18 - platform: macos arch: x86_64 - python: 3.11.11 + python: 3.11.13 - platform: macos arch: x86_64 - python: 3.12.9 + python: 3.12.11 - platform: macos arch: x86_64 python: 3.13.5 - platform: macos arch: arm64 - python: 3.10.17 + python: 3.10.18 - platform: macos arch: arm64 - python: 3.11.11 + python: 3.11.13 - platform: macos arch: arm64 - python: 3.12.9 + python: 3.12.11 - platform: macos arch: arm64 python: 3.13.5 diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 6feb68a6..e42a11bc 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -75,75 +75,75 @@ jobs: include: - platform: linux-gnu arch: x86_64 - python: 3.10.17 + python: 3.10.18 - platform: linux-gnu arch: x86_64 - python: 3.11.11 + python: 3.11.13 - platform: linux-gnu arch: x86_64 - python: 3.12.9 + python: 3.12.11 - platform: linux-gnu arch: x86_64 python: 3.13.5 - platform: linux-gnu arch: aarch64 - python: 3.10.17 + python: 3.10.18 - platform: linux-gnu arch: aarch64 - python: 3.11.11 + python: 3.11.13 - platform: linux-gnu arch: aarch64 - python: 3.12.9 + python: 3.12.11 - platform: linux-gnu arch: aarch64 python: 3.13.5 - platform: win arch: x86 - python: 3.10.17 + python: 3.10.18 - platform: win arch: x86 - python: 3.11.11 + python: 3.11.13 - platform: win arch: x86 - python: 3.12.9 + python: 3.12.11 - platform: win arch: x86 python: 3.13.5 - platform: win arch: amd64 - python: 3.10.17 + python: 3.10.18 - platform: win arch: amd64 - python: 3.11.11 + python: 3.11.13 - platform: win arch: amd64 - python: 3.12.9 + python: 3.12.11 - platform: win arch: amd64 python: 3.13.5 - platform: macos arch: x86_64 - python: 3.10.17 + python: 3.10.18 - platform: macos arch: x86_64 - python: 3.11.11 + python: 3.11.13 - platform: macos arch: x86_64 - python: 3.12.9 + python: 3.12.11 - platform: macos arch: x86_64 python: 3.13.5 - platform: macos arch: arm64 - python: 3.10.17 + python: 3.10.18 - platform: macos arch: arm64 - python: 3.11.11 + python: 3.11.13 - platform: macos arch: arm64 - python: 3.12.9 + python: 3.12.11 - platform: macos arch: arm64 python: 3.13.5 diff --git a/.github/workflows/test-fips-action.yml b/.github/workflows/test-fips-action.yml index 97b10a7c..9851983b 100644 --- a/.github/workflows/test-fips-action.yml +++ b/.github/workflows/test-fips-action.yml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: version: - - 3.10.17 - - 3.11.11 - - 3.12.9 + - 3.10.18 + - 3.11.13 + - 3.12.11 - 3.13.5 arch: - x86_64