From 7e27d8d8495c5bdd66fbb0dfbd9d13e441552983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 19:41:21 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From 756de6228398463629038f834bf683176ae5309a Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Mon, 12 May 2025 08:45:22 -0600 Subject: [PATCH 2/3] style: Fmt renovate.json Branch: renovate/configure Signed-off-by: Gabe Goodhart --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5db72dd..22a9943 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended"] } From b4ba9a697a6d694e62f2edb5b2c473447a966d3b Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Mon, 12 May 2025 08:50:38 -0600 Subject: [PATCH 3/3] build: Remove 3.7 build support Branch: renovate/configure Signed-off-by: Gabe Goodhart --- .github/workflows/release.yml | 9 --------- .github/workflows/tests.yml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2edd8b..aa326b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,15 +5,6 @@ on: types: [published] workflow_dispatch: {} jobs: - build-37: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Run release - env: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} - PYTHON_VERSION: "3.7" - run: REF="${{ github.ref }}" ./scripts/release.sh build-38: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf223b7..953392c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,12 +7,6 @@ on: branches: [main] workflow_dispatch: {} jobs: - build-37: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run unit tests - run: docker build . --target=test --build-arg PYTHON_VERSION=3.7 build-38: runs-on: ubuntu-latest steps: