From 17f3ab47a077377100b45d82978f02b8e1c865c5 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:49:44 +0000 Subject: [PATCH 1/2] ci: drop EoL Python 3.7 and 3.8, replace with Python 3.12 --- .github/workflows/build-binds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binds.yml b/.github/workflows/build-binds.yml index f57acbd7e..0e8029bea 100644 --- a/.github/workflows/build-binds.yml +++ b/.github/workflows/build-binds.yml @@ -24,7 +24,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] golang: [ '1.17' ] - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout code From 56b2d4a0ac4ba5e677d7ab3571a5e5ca16430dd4 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:50:36 +0000 Subject: [PATCH 2/2] ci: replace EoL Go 1.17 with 1.22 --- .github/workflows/build-binds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binds.yml b/.github/workflows/build-binds.yml index 0e8029bea..6fc729109 100644 --- a/.github/workflows/build-binds.yml +++ b/.github/workflows/build-binds.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest] - golang: [ '1.17' ] + golang: [ '1.22' ] python: ['3.9', '3.10', '3.11', '3.12'] steps: